Hi there,
I was just curious if I could delete a large number of sheets, all with similar names in a single for loop. I want to be able to delete sheets like "Sheet13" and "Sheet45". Is there a character or symbol that means any number?
If you have another way of doing it that would also be very helpfull.For Each sh In ActiveWorkbook.Worksheets
ActiveWorkbook.sheets("Sheet" & 'symbol?').Delete
Next sh
Thanks alot!
Bookmarks