I am not sure how this command works (I am not very VBA savvy), but my goal is to have an original and a back up copy on a portable device.
What I DON'T want to have happen is to go to File, select the name of the file I want to change, and inadvertently open the back up copy because the Save As command was used, and the last remembered location MAY be the back up one.
Here's my current code for one of the files:
ActiveWorkbook.SaveAs Filename:=Drive_Letter & "SDIRPTS\ARCCLOSEDWO.xls", FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _
, CreateBackup:=False
If the "savecopyas" command will do this, then I would appreciate an example of how to use this code.
Thanks!

Originally Posted by
Steel Monkey
I may be missing the point here, but could you use 'savecopyas' from inside your macro ?
Bookmarks