redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,592
- Office Version
- 365
- Platform
- Windows
Hi all
I have this piece of code to copy a sheet into a new book
how can I then activate this new book to edit some of the data there as the above code goes back to the active sheet
thanks
I have this piece of code to copy a sheet into a new book
Code:
ThisWorkbook.Sheets("TM").Copy Before:=NewBook.Sheets(1)
thanks