I have a tab/worksheet with several named ranges
The named ranges are defined in this format:
Insert>Name>Define "plot_time"
Then these names are used to plot the data in a Line Chart:![]()
Please Login or Register to view this content.
This works fine except I need to copy another version of the entire worksheet. Now the new sheet has a new name of course. So my hard-coded links are broken. I need something like the equivalent VBA ThisWorkbook, which would be dynamically updated to reference ThisSheet containing the current chart.![]()
Please Login or Register to view this content.
Bookmarks