Hi All
I had some problem when convert R1C1 to A1
Ex:
Thanks
I had some problem when convert R1C1 to A1
Ex:
Code:
Dim aCell as String 'A1 style
Dim rcCell as String 'R1C1 style
aCell = range(rcCell).address(ReferenceStyle:=xlA1) 'Notworking with some error: Method 'Range' of object '_Global' failed
rcCell = range(aCell).address(ReferenceStyle:=xlR1C1) 'Working like a charm
Thanks
Last edited by a moderator: