Application.Selection.Name gives "=Sheet3!$A$1"; I want the name
x2010
I named a cell 'homecell' (Formulas-Define Name-Name = "homecell")
That cell is selected. The homecell name appears in Name box.
Shouldn't the following vba line then give me "homecell"? --
Application.Selection.Name
It gives me "=Sheet3!$A$1"
Thank you
|