Ok...
I'm actually working on another problem, and I thought I had the solution...
Let's say that I have named range A1 something like "Name01" for easy access in formulas.
Is there any way to return that Value by VBA?
If I use:
ActiveCell.Name or Selection.Name, I get the full "=Sheet1!$A$1" instead.
Any thoughts are appreciated.
I'm actually working on another problem, and I thought I had the solution...
Let's say that I have named range A1 something like "Name01" for easy access in formulas.
Is there any way to return that Value by VBA?
If I use:
ActiveCell.Name or Selection.Name, I get the full "=Sheet1!$A$1" instead.
Any thoughts are appreciated.