I have a form that uses a series of Date/Time Picker controls. when
the form is copied using the below code...
ActiveSheet.Copy Before:=Sheets(1)
All all of the controls are set to the same linked cell on the new
sheet.
Has anyone experienced copying a sheet and having the linked cells of
controls change?
Any thoughts on how to trouble shoot?