Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good Morning,
I have a question about developing a Macro that takes a single sheet (sheet would be ActiveSheet) and move it from one Workbook and place it in another. I've already created a Macro which can take an Active Page and save it to my desktop, but I cannot quite figure out how to save it to an existing file. My workbook is located on my Desktop and named "Docking Station". The below code is what I set-up to originally to just save a single page to my desktop. Any help would be much appreciated. Thanks in advance - Jenny B. Sub SaveName() ActiveSheet.Move ChDir "C:\Documents and Settings\My Name\Desktop" ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\My Name\Desktop\New File.xls", FileFormat:= _ xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _ , CreateBackup:=False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cannot email a single page in 2007, as oppossed to whole workbook. | Excel Discussion (Misc queries) | |||
How do I save an individual page in a workbook? | Excel Worksheet Functions | |||
How do I save a single spreadsheet in a workbook in excel | Excel Worksheet Functions | |||
continuous page numbering multiple sheets of a single workbook? | Excel Worksheet Functions | |||
Save a single sheet from a workbook | Excel Discussion (Misc queries) |