Avoid file already exists message

Solved
chrismeun Posted messages 91 Registration date   Status Member Last intervention   -  
chrismeun Posted messages 91 Registration date   Status Member Last intervention   -
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. ed555 Posted messages 61 Registration date   Status Member Last intervention  
     
    try possibly in a macro
    Application.DisplayAlerts = False
    it seems to work!
    0