Thread
:
Cell name
View Single Post
#
1
Posted to microsoft.public.excel.programming
ranswert
external usenet poster
Posts: 161
Cell name
I have the following code:
dim a as string
a = ActiveCell.name
MsgBox (a)
I want to get the name of a cell that I have given it. What I get is:
=sheet1!$E$11
instead of the name I have given it.
How do I correct this?
Thanks
Reply With Quote
ranswert
View Public Profile
Find all posts by ranswert