Willem!
Board Regular
- Joined
- Mar 6, 2009
- Messages
- 139
Hi!
Is there a way to find the colum-name and the row-number from a named cell?
I know that I can get the complete address using:
Answer (e.g.): $A$1
I want to seperately get 'A' and '1' (in VBA).
Is this possible?
TIA,
Willem!
Is there a way to find the colum-name and the row-number from a named cell?
I know that I can get the complete address using:
Code:
Sheet1.Range("some_named_cell").Address
Answer (e.g.): $A$1
I want to seperately get 'A' and '1' (in VBA).
Is this possible?
TIA,
Willem!