If I have a string variable that has an absolute address stored in it in r1c1 format (for insance "R13C2"
, how do I get a range from that? I thought Range(sAddress) would work (where sAddress is the string in question), but it didn't.
I'm looking for a very simple solution. In the meantime I'm parsing the string using Instr() and Mid() to find out which number is the column and which number is the row.
Thanks,
Venkman
I'm looking for a very simple solution. In the meantime I'm parsing the string using Instr() and Mid() to find out which number is the column and which number is the row.
Thanks,
Venkman