View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew Park Andrew Park is offline
external usenet poster
 
Posts: 2
Default Eliminating Prompts

I've written some macros that copy and paste large amounts
of information, and when I delete a sheet, it gives me a
prompt to save the information on the clipboard.

On one computer, the commands:

Application.DisplayAlerts = False
....
Application.DisplayAlerts = True

work fine. On another one, though, it doesn't. I was
wondering if there's a different way of doing the same
thing, or why this might be happening. Thanks.