Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a method that will allow me to copy specific sheets (lets say sheet1
and sheet2) from my current workbook and save them as a seperate file. The method below lets me copy only one sheet. ThisWorkbook.Worksheets(1).Copy ActiveWorkbook.SaveAs "New File" Thank you. Diana |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use
Sheets(Array("Sheet1", "Sheet2")).Copy -- Regards Ron de Bruin http://www.rondebruin.nl "Rock*" wrote in message ... Is there a method that will allow me to copy specific sheets (lets say sheet1 and sheet2) from my current workbook and save them as a seperate file. The method below lets me copy only one sheet. ThisWorkbook.Worksheets(1).Copy ActiveWorkbook.SaveAs "New File" Thank you. Diana |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks. I actually tried this before I wrote my question and for some reason
didnt' work....(let me guess I mistyped something:) Thank you again for your time and help -- Diana "Ron de Bruin" wrote: Use Sheets(Array("Sheet1", "Sheet2")).Copy -- Regards Ron de Bruin http://www.rondebruin.nl "Rock*" wrote in message ... Is there a method that will allow me to copy specific sheets (lets say sheet1 and sheet2) from my current workbook and save them as a seperate file. The method below lets me copy only one sheet. ThisWorkbook.Worksheets(1).Copy ActiveWorkbook.SaveAs "New File" Thank you. Diana |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to save only a specific sheet within a workbook | Excel Worksheet Functions | |||
Copy cells to specific sheets | Excel Worksheet Functions | |||
Copy Data from Workbook into specific Worksheet in other Workbook? | Excel Discussion (Misc queries) | |||
copy 3 sheets & save them into new workbook | Excel Programming | |||
copy 3 sheets & save them into new workbook | Excel Programming |