View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cocalico22 cocalico22 is offline
external usenet poster
 
Posts: 1
Default How to delete Excel worksheet using VBA without delete dialog?

In my VBA macro, I delete a worksheet. A dialog displays asking if I really
want to delete the worksheet. The answer is always yes therefore I do not
want the user to have to click the Delete button so the macro can continue.
Is there any way to turn off this "feature"?