I have a workbook with lots of sheets, I'm only interested in a subset of sheet names. These I entered into a worksheet called MacroInfo in the same workbook. I want to loop through each worksheet and if it's name is one of the subset then do something.
I have this code for a fixed set of sheet names
Now, trying to get the sheet names dynamically from the MacroInfo worksheet![]()
Please Login or Register to view this content.
But I get nothing. Even when I hard code the range to "G1:G8"![]()
Please Login or Register to view this content.
Any ideas what I'm doing wrong?
Thanks
Bookmarks