Can I have my Macro make Excel NOT ask "the file already exists, do you want to overwrite" type of questions?

Submitted by: Administrator
Application.DisplayAlerts = False
'code to save, overwrite, delete, whatever goes here
Application.DisplayAlerts = True
Submitted by: Administrator

Read Online Microsoft Excel Job Interview Questions And Answers