I have a named range (dynamic) at :
wb1.Worksheets("INDEX").Range("ExcludedTabs")
I open up another workbook (wb2). Now I would like to build an array of all worksheets in wb2, provided the worksheets is not matched/found in the range "ExcludedTabs"
What is the best way to do this?
Also I would like to omit the need to reference worksheet "INDEX" as this may change
Many thanks
wb1.Worksheets("INDEX").Range("ExcludedTabs")
I open up another workbook (wb2). Now I would like to build an array of all worksheets in wb2, provided the worksheets is not matched/found in the range "ExcludedTabs"
What is the best way to do this?
Also I would like to omit the need to reference worksheet "INDEX" as this may change
Many thanks
Last edited: