ColumnWidth Property Example
This example doubles the width of column A on Sheet1.
With Worksheets("Sheet1").Columns("A") .ColumnWidth = .ColumnWidth * 2 End With