View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default avoid message that asks for confirm delete sheet

Craig,

Application.displayalerts=false

'your delete code

Application.displayalerts=true

Mike

"Craig" wrote:

What statement can avoid the confirmation of deleting a worksheet during a
macro run?

thank you