Sub GetColumnLetter()
Dim strCol As String
strCol = Mid(ActiveCell.Address, 2, (InStr(2, ActiveCell.Address, "$")) - 2)
MsgBox strCol
End Sub
Sunday, May 01, 2005
Subscribe to:
Post Comments (Atom)
Technical bits and pieces about working with the Microsoft Business Intelligence stack.
No comments:
Post a Comment