I am trying to obtain a reference to the Worksheet object in a child Workbook.
Is there a better way to obtain the Worksheet reference from a Child Workbook?
What i have now:
activeworkbook.Names("rngMarketAreaMgr1").RefersToRange.Worksheet.Name
Seems a little long and over-dot’ing to get the name. As the Range refers ultimately to a Defined Table on a worksheet, the Table (in theory) could move to a different worksheet so i need to refer logically to the NamedRange at the Workbook level to then extract the Worksheet object to then work with.
You mean like this?