View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BillyRogers BillyRogers is offline
external usenet poster
 
Posts: 78
Default Delete Files with less than 2 sheets

I'm tring to write a macro that loops through a folder on my computer and
deletes all the worksheets that have only 1 sheet in the workbook. I would
also like to have the procedure delete any non .xls files too if possible.
Does anyone have any ideas? Is this possible?

Thanks