shawnmandel
MIS
How do I programmatically determine (or convert) the address of a specific cell in Excel into R1C1 notation including the current sheet?
For example, I need to find the address of the active cell in the active sheet in the following format:
Assumption: active cell is B2 in sheet ABC
Result should be: ABC!R2C2
Any help would be greatly appreciated.
Cheers,
Shawn
For example, I need to find the address of the active cell in the active sheet in the following format:
Assumption: active cell is B2 in sheet ABC
Result should be: ABC!R2C2
Any help would be greatly appreciated.
Cheers,
Shawn