B
Bob Barnes
I have this running in Access...
ActiveWorkbook.SaveAs filename:=IPFile, FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
"IPFile" is a string for the File Path.
Running this code for a "first save" of the IPFile
is fine. However, I get an "object not set" if the
File exists.
Solution???
TIA - Bob
ActiveWorkbook.SaveAs filename:=IPFile, FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
"IPFile" is a string for the File Path.
Running this code for a "first save" of the IPFile
is fine. However, I get an "object not set" if the
File exists.
Solution???
TIA - Bob