Thread
:
LastColumn used as letter(s) in VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chip[_3_]
external usenet poster
Posts: 133
LastColumn used as letter(s) in VBA
I just got this to work:
lastcolumn = Mid(ActiveSheet.UsedRange.Columns.Address, 7, 1)
Reply With Quote
Chip[_3_]
View Public Profile
Find all posts by Chip[_3_]