So on my Excel spreadsheet I can select cell B2 of Sheet1 and using the name box give that cell a name such as "Important_Cell".
I know using VBA I can access the cell using the name, such as:
But can I get that name FROM the cell?![]()
Please Login or Register to view this content.
I have tried the following:
But all that gave me in name_string was:![]()
Please Login or Register to view this content.
"='Sheet1'!$B$1"
Is there anyway to extract the actual defined name?
Thanks![]()
Bookmarks