Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a workbook with lots of worksheets, but as part of my macro I want to just save the sheet named data1 as a new file. Is there any easy way that I can do this? Thanks in advance, Joseph Crabtree |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sheets("data1").Copy
Mike F "joecrabtree" wrote in message ups.com... Hi all, I have a workbook with lots of worksheets, but as part of my macro I want to just save the sheet named data1 as a new file. Is there any easy way that I can do this? Thanks in advance, Joseph Crabtree |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use this example in 97-2007
http://www.rondebruin.nl/security.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "joecrabtree" wrote in message ups.com... Hi all, I have a workbook with lots of worksheets, but as part of my macro I want to just save the sheet named data1 as a new file. Is there any easy way that I can do this? Thanks in advance, Joseph Crabtree |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please help! When I 'save changes' to my workbook/sheet | Excel Discussion (Misc queries) | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
Can I only save one sheet out of the workbook? | Excel Discussion (Misc queries) | |||
how to save only one sheet as workbook | Excel Programming | |||
Save sheet as .TXT out of Workbook | Excel Programming |