All When I write the following excel VBA code, macro applies the columns width 10.86 to the entire sheet, and ignore the terms related to columns (A, B, C)., Could any one help?, thanks in advance
Columns("A:A").Select
Selection.ColumnWidth = 17.86
Columns("B:C").Select
Selection.ColumnWidth = 19.86
Columns("D:I").Select
Selection.ColumnWidth = 10.86