View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Steve Slechta[_2_] Steve Slechta[_2_] is offline
external usenet poster
 
Posts: 5
Default 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