Is there a way with VBA that you can scope the same NamedRange to multiple worksheets? I would like to set the Named Range "WPStatus" to cell B3 on every worksheet in my workbook.
I know I do this individually by naming and then scoping the specific worksheet. But can be done with VBA? I have about 50 sheets I would like to scope this to.
Then after I have them all scoped, I can then actually move/drag that cell to the correct place on the worksheet and reference the namedrange on each sheet as needed. The will all not reside in cell B3 when its all complete.
Bookmarks