G
Guest
Debug.Print Selection.SpecialCells(xlCellTypeLastCell).Column produces a
column NUMBER.
How do I get back instead, or convert that to, the letter portion of the
column label in A1 format?
e.g. the last active cell is "Z42"
The above code returns 26. I need it to return "Z".
column NUMBER.
How do I get back instead, or convert that to, the letter portion of the
column label in A1 format?
e.g. the last active cell is "Z42"
The above code returns 26. I need it to return "Z".