02-10-2017 03:51 PM
is there an overload for the saveas method that will force an overwrite of the existing file?
Solved! Go to Solution.
02-12-2017 03:49 AM
Hi martyman,
if you don't want the Messagebox "Overwrite, yes/no" then use
application.DisplayAlerts = False
before SaveAs.
Reset to True after saving...