Hello!
I am attempting to format a dynamic range of columns using this code, but I keep receiving error messages.
Sub Step9_FormatRowWidth()
lastcolumn = Sheets("Week to Week").Cells(3, Columns.Count).End(xlToLeft).Column
Columns("C:lastcolumn").Select
Selection.ColumnWidth = 13.57
Any help is appreciated!
I am attempting to format a dynamic range of columns using this code, but I keep receiving error messages.
Sub Step9_FormatRowWidth()
lastcolumn = Sheets("Week to Week").Cells(3, Columns.Count).End(xlToLeft).Column
Columns("C:lastcolumn").Select
Selection.ColumnWidth = 13.57
Any help is appreciated!