ParaTrooper
Technical User
I am trying to write a macro that copies the current Worksheet(s) in a Workbook, to another Workbook.
So far I have to following:
Workbooks(1).Worksheets("Monday"
.Copy
Set NewSheet = Workbooks("Roster July 2002.xls"
.Worksheets.Add
This seems to Copy the "Monday" worksheet to a new Workbook, not the "Roster July 2002.xls" workbook.
Thanks in advance,
ParaTrooper.
So far I have to following:
Workbooks(1).Worksheets("Monday"
Set NewSheet = Workbooks("Roster July 2002.xls"
This seems to Copy the "Monday" worksheet to a new Workbook, not the "Roster July 2002.xls" workbook.
Thanks in advance,
ParaTrooper.