View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Delete a Worksheet

application.displayalerts = false


"Andym" wrote:

Hi All
I have a macro that has to delete a worksheet but when it runs the pop box
asks if i am sure, can this be turned off in the macro so it deletes without
asking for verification???

Thanks