Hi --
Looking for VBA ideas
I have a file with a large amount of sheets. To create an end-user version, I'd like to do the following:
- Copy all sheets to new workbook
- Delete sheets not listed in specified table (say, Table1)
- Set visibility properties of remaining sheets per defined value in Table1
Table1 is a pre-populated excel table that lists a couple sheet names (Table1[Sheets to Keep]), and has a column next to each sheet name with either -1, 0, or 2 (Table1[Sheet Visibility]).
Only the sheets I wish to keep are listed in Table1, all other sheets are to be deleted.
What would you suggest as the best/most efficient way to approach #s 2 and 3 above?
Thank you!
-k
Bookmarks