Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a macro that will first save the file and then second
save as to a new location and new file name. Here is what I have and it doesn't work after the first save. Sub autosave() ActiveWorkbook.Save ChDir "R:\" ActiveWorkbook.SaveAs Filename:="R:\Service.xls", FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _ CreateBackup:=False End Sub I tried it with and without the ChDir "R:\" and that did not work either. I also tried just ActiveWorkbook.SaveAs Filename:="R:\Service.xls" and that also did not work. Thank you for any and all help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with this marco | Excel Programming | |||
Marco To Save Column A7 As A .txt File. | Excel Worksheet Functions | |||
How: Marco on Pivot Table to save as file up to 300 files | Excel Programming | |||
save file via Marco | Excel Programming | |||
marco | Excel Programming |