View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan L. Wagoner Alan L. Wagoner is offline
external usenet poster
 
Posts: 13
Default Deleting worksheets

Is there a way to delete worksheets using "*"?

I've got a bunch of sheets named IntTable, IntWork, Int...

I would like to be able to delete "Int*". These worksheets are generated
programmatically, so the need to be deleted programmatically as well.

Thanks in advance for the help.

--Alan