How to bypass Excel error message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a macro that closes all files but everytime that I touch a file, the
Save file message from Excel appears. Is there a way I can bypass this error
and force Excel to close the file without saving it?

Thanks
 
You're closing the workbooks in code?

someworkbookvariable.close savechanges:=false 'or true???
 
Back
Top