identify the name of the activecell not its address

  • Thread starter Thread starter Guest
  • Start date Start date
Dim MyVariable as String
MyVariable = ActiveCell.Name.Name
HTH Otto
"RogerTheDodgerTheDirtyOldSod"
 
ActiveCell.Name.Name

if it doesn't have a name, this causes an error. (the cell itself must be
named, not this cell be part of a larger number of cells with a name).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top