Does anyone know of or have a VBA code that enables you to fix column width yet autofit rows?!
I would like columns E:G to have their width fixed to 75, yet still allow rows E12:G16 to autofit.
I was previously using the following so that columns E:G autofitted, as and when data was pulled into their corresponding cells, however I have been asked to slightly tweak things:
Private Sub Worksheet_Calculate()
Columns("E:G").EntireColumn.AutoFit
End Sub
Any help would be much appreciated.
Thanks!
I would like columns E:G to have their width fixed to 75, yet still allow rows E12:G16 to autofit.
I was previously using the following so that columns E:G autofitted, as and when data was pulled into their corresponding cells, however I have been asked to slightly tweak things:
Private Sub Worksheet_Calculate()
Columns("E:G").EntireColumn.AutoFit
End Sub
Any help would be much appreciated.
Thanks!