Thread: delete tab
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peo Sjoblom[_4_] Peo Sjoblom[_4_] is offline
external usenet poster
 
Posts: 7
Default delete tab

Application.DisplayAlerts = False
Worksheets("sheet1").Delete
Application.DisplayAlerts = True

--

Regards,

Peo Sjoblom


"jrh" wrote in message
...
what code deletes sheet1 without giving the pop up box
confirming you want to delete the tab?

Thank you.