View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ardzinski[_2_] Ed Ardzinski[_2_] is offline
external usenet poster
 
Posts: 5
Default disable warning messages?

I have written a few macro's recently that take the output from Access
queries and copy the data into template spreadsheets. Depending on how large
a block of data is copied the user might get a warning about keeping the data
available to other applications on the clipboard...also get a warning when
the macro deletes some sheets from the workbook.

In Access I can turn these sorts of warnings on an off. Is there a similar
way to prevent these "breakpoints" where the user has to input a choice?

TIA