I'm not sure what you would call it ... "name"? "index"? "grid reference"?
Anyway, here's what I mean:
Let's say I select a cell thus:
This is cell "AP20"![]()
Set mycell = Cells(20, 42)
Let's say I now pass mycell to a function as an argument.
How to I get the name/index/grid reference (whatever it is called) "AP20" from the object mycell?
Bookmarks