G
Guest
Hello and thanks
your macro worked great and I thank you but could you tell me step by step how to interupt this for example Date Serial
D = DateSerial(2004, 1, 1 + (L - 1) * 7)
Worksheets(1).Copy _
After:=Worksheets(Worksheets.Count)
What does the (2004,1,1+(L-1)*7) stand for or how do you interupt this?
Also the macro calls for Worksheets (1).copy _
I had to rename my first worksheet from "Master_Timesheet" to "1" for the macro to work.
Could you say in the Macro.....Worksheets ("Master_Timesheet").copy?
Thank you once again
your macro worked great and I thank you but could you tell me step by step how to interupt this for example Date Serial
D = DateSerial(2004, 1, 1 + (L - 1) * 7)
Worksheets(1).Copy _
After:=Worksheets(Worksheets.Count)
What does the (2004,1,1+(L-1)*7) stand for or how do you interupt this?
Also the macro calls for Worksheets (1).copy _
I had to rename my first worksheet from "Master_Timesheet" to "1" for the macro to work.
Could you say in the Macro.....Worksheets ("Master_Timesheet").copy?
Thank you once again