View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
oldyork90 oldyork90 is offline
external usenet poster
 
Posts: 20
Default 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