'Change Single Row Height
Sub Change_Single_Row_Height()
'Changing the 3rd row Height
Rows(3).RowHeight = 125
End Sub
' Change Multiple Rows Height
Sub Change_Multiple_Rows_Height()
'Changing the 3rd-25the row Height
Rows("3:25").RowHeight = 25
End Sub
VBA Outlook KPI Excel Alt+F11 Dashboards Macros Recording Graphs Automation Developer WaterFall Powerpoint Charts Pivot Tables Forecast Charts