Thread
:
getting the column name
View Single Post
#
5
Posted to microsoft.public.excel.programming
Alan Webb
external usenet poster
Posts: 3
getting the column name
I picked this up from another thread - Mr Ogilvy I think -
Public Function CLetter(rng As Range) As String
CLetter = Left(rng.Address(False, False), _
1 - CInt(rng.Column 26))
End Function
Reply With Quote
Alan Webb
View Public Profile
Find all posts by Alan Webb