Avoid file already exists message

Solved
Hello,

I open a template that I rename and save in a folder.
Is it possible to directly validate the message "a file already exists, do you want to replace it?"

Thank you in advance

Configuration: Windows XP / Internet Explorer 8.0

2 answers

  1. try possibly in a macro
    Application.DisplayAlerts = False
    it seems to work!
    0