I am consolidating code to be more efficient and can't get the syntax to this right.
If I set them up to change the column width for individual columns then that works fine, but is there a way to use an array to do it all at once?
AMAS
Code:
Columns("B:B,C:C,D:E,G:J").ColumnWidth = Array(25.43, 40, 75, 20)
If I set them up to change the column width for individual columns then that works fine, but is there a way to use an array to do it all at once?
AMAS