Thread: Delete Sheet
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dthmtlgod[_3_] Dthmtlgod[_3_] is offline
external usenet poster
 
Posts: 5
Default Delete Sheet

I have this code to delete the sheet. Pretty simple. How can I have it
delete the sheet without any user intervention?

Sheets("wcexcel").Select
ActiveWindow.SelectedSheets.Delete