View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to bypass Excel error message

You're closing the workbooks in code?

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


matelot wrote:

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


--

Dave Peterson