View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Use macro to delete worksheet without specific name Eg:Sheet 1

Why and how doesn't it work?

--
__________________________________
HTH

Bob

"Delight" wrote in message
...
Hello Everybody,

Need help again !! I need a macro to delete active worksheets without a
specific
worksheet name eg: Sheet7, Sheet8 & Sheet9, etc. I had tried this
statement
but it don't work.. Is there anyone can help me ??

Activesheet.Delete

Thank You Very Much !!!