View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jason Griesbach Jason Griesbach is offline
external usenet poster
 
Posts: 1
Default How do I disable 'clipboard' message window in an Excel macro?

I have written a macro that collects data from dozens of data files into a
single workbook. Every time the macro closes one of the data files I get an
automatic message window that says "There is a large amount of data on the
clipboard. Do you want to save for future applications?" and I must manually
click 'no' dozens of times in this 'automatic' macro.

How do I disable this message window so that it doesn't disrupt my macro?