Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Ron. Your reply was very useful.
-----Original Message----- Hi Jeff ActiveSheet.Copy or Sheets("Sheet3").Copy Create a new workbook with only that sheet Sub test() ActiveSheet.Copy ActiveWorkbook.SaveAs "C:\Yourfilename.xls" ActiveWorkbook.Close False End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "jpi_chicago" wrote in message news:22bad01c45d55$0f103420 ... I have a workbook consisting of several worksheets. I'd like to save only one (1) on the worksheets. Can someone point me in the right direction? I assume I need to write a macro. Thanks, Jeff . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Insert Current Date into cell - Macro to "Save As" | Excel Worksheet Functions | |||
Macro Will Not Save | Excel Discussion (Misc queries) | |||
Save As Macro | Excel Discussion (Misc queries) | |||
Macro to Save without the Save Message | Excel Discussion (Misc queries) | |||
Prompted to save changes after macro save - why? | Excel Programming |