View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nancy X[_2_] Nancy X[_2_] is offline
external usenet poster
 
Posts: 9
Default Column Width for Each Column

Hi Guys;
I have the code below working but I need to adjust the Column
Width for Each Column Seperately! Only my second time with Excel, so please
excuse my lack of experience!

With ws.Range("A:Q").EntireColumn
.ColumnWidth = 100
.AutoFit
End With

Example Column A = 25
Column B = 75
Column C = 14
etc.

How do I do this in Macro Code?

Thank You in Advance Group!

Nancy X