Try this in place of my last code
Code:Application.DisplayAlerts = False Do While ThisWorkbook.Worksheets.Count > 2 ThisWorkbook.Sheets(ThisWorkbook.Sheets.Count).Delete Loop Application.DisplayAlerts = True Set BaseWks = ThisWorkbook.Worksheets(2)
Try this in place of my last code
Code:Application.DisplayAlerts = False Do While ThisWorkbook.Worksheets.Count > 2 ThisWorkbook.Sheets(ThisWorkbook.Sheets.Count).Delete Loop Application.DisplayAlerts = True Set BaseWks = ThisWorkbook.Worksheets(2)
A dream is not something you see when you are asleep, but something you strive for when you are awake.
It's usually a bad idea to say that something can't be done.
The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve
Join us at Facebook
Bookmarks