View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jtm3001 jtm3001 is offline
external usenet poster
 
Posts: 5
Default How do I temporarily turn off messages in Excel

How do I temporarily turn off messages in Excel, i.e. "Do you want to save
changes?". I'm running a macro that opens other workbooks and copies data to
my current file and then closes the other workbooks. I need to turn off
warning messages, and then turn them back on at the end of the macro.