Save messages

L

ledzepe

Hi everyone,

I made a macro to extract report from a big file, this macro then save
it to a file called "today.csv" which already exist. Is there a way sav
the file without having the popup about the file already exist and d
you want to continue?

Thanks in advance
 
B

bigwheel

Put in a line that reads

Application.DisplayAlerts = False

before your save instruction
 
Top