This tutorial explains how to loop worksheets in the same workbook, and delete worksheet, add worksheet based on worksheet name
You may also want to read:
Loop workbooks in folders and subfolders
Excel VBA select multiple worksheets
Excel VBA loop worksheets in the same workbook
Loop though worksheets in the same workbook is useful when combined with If...Else statement. For example, you can loop worksheets to see which worksheet name contains a text in order to delete it, or add a wo...
Read More