Thread
:
Getting Column width using macro..
View Single Post
#
2
Posted to microsoft.public.excel.programming
Steve Slechta[_2_]
external usenet poster
Posts: 5
Getting Column width using macro..
I ran this code as a quick test on Column A
Columns("A:A").ColumnWidth = 15
Cells(1, 1).Select
ActiveCell = Selection.ColumnWidth
Hope that helps.
Steve
Reply With Quote
Steve Slechta[_2_]
View Public Profile
Find all posts by Steve Slechta[_2_]