columns width vba code example Example: column width vba Click to copyWith Worksheets("Sheet1").Columns("A") .ColumnWidth = .ColumnWidth * 2 End With