Column letter instead of number
Posted by Lieuwer on November 25, 2001 9:31 PM
Is there a code that would give the column letter(s) instead of the column number of the active cell.
I use now the following code but are not satisfied with it and it is limited to the first 16 columns.
Dim theLetter As String
theLetter = Mid(ActiveCell.Address, 2, 1)
lieuwer