Try:
Range("A1").value = ActiveCell.address
Hope this helps!
This is a discussion on VBA Cell Position within the Excel Questions forums, part of the Question Forums category; How do I find what the Cell Postion is of an active cell on a sheet? I want the text ...
How do I find what the Cell Postion is of an active cell on a sheet?
I want the text value (i.e. "B1"), not the numeric value (i.e. row=1,column=2).
Does that make sense?
Try:
Range("A1").value = ActiveCell.address
Hope this helps!
Loren
The numbers don't lie, but sometimes they don't tell the whole truth.
That did. Thanks!
Bookmarks