How to write the code for copying 2 or more sheets to a new workbook at the same time?
worksheets(Array("Sheet1","Sheet4")).Copy
Activeworkbook.SaveAs "C:\My Folder\abc.xls"
--
Regards,
Tom Ogilvy
"new.microsoft.com" wrote in message
...
As subject, Thanks
|