Hi hoping someone can help please?
I am trying to use this code to adjust certain columns to certain widths -
Sub Columns()
'
' Columns Macro
'
'
Columns("A:A").Select
Selection.ColumnWidth = 72.29
Columns("B:D").Select
Selection.ColumnWidth = 26.71
End Sub
But get the following error -
Any ideas what I am missing please?
I am trying to use this code to adjust certain columns to certain widths -
Sub Columns()
'
' Columns Macro
'
'
Columns("A:A").Select
Selection.ColumnWidth = 72.29
Columns("B:D").Select
Selection.ColumnWidth = 26.71
End Sub
But get the following error -
Any ideas what I am missing please?