Thread
:
Determing range name that is tied to the active cell
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Determing range name that is tied to the active cell
sub cellname()
msgbox active.cell.name
end sub
--
Don Guillett
SalesAid Software
"Barb Reinhardt" wrote in message
...
Programmatically, I'd like to be able to determine the range name that is
tied to the active cell. How would I do that?
Thanks
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett