tourless
Board Regular
- Joined
- Feb 8, 2007
- Messages
- 144
- Office Version
- 365
- Platform
- Windows
Hi Folks,
Like the title says, I'm trying to take three sheets from the active workbook and copy them to a new workbook, however I don't think it's as easy as
. Apparently that's too many arguments. I was hoping it could be done without first having to create the new workbook separately but I'm not sure if that's possible. What are my options here?
thanks.
Like the title says, I'm trying to take three sheets from the active workbook and copy them to a new workbook, however I don't think it's as easy as
Code:
ThisWorkbook.Sheets(wsRequired1, wsRequired2, wsRequired3).Copy
thanks.