I was hoping the below would set row height on opening the file, but it doesn't work. Why would this be??
TIA
TIA
Code:
Private Sub Workbook_Open()
Sheets("Bedstat").Range([A6], [A65536].End(xlUp)).EntireRow.RowHeight = 13.5
End Sub