Bypass Replace File

J

Jon M.

I have a "save macro" that is designed to "Save-As". How
do I bypass the "A file already exsists... Do you want to
replace it" question without manually operation? I have
thought about "displayalerts" but it looks like the
defult is no, so that won't help.

Any Ideas?
Thanks
 
C

Chip Pearson

Jon,

You can use DisplayAlerts = False in this case, and the file will
be overwritten.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top