When I try to get the row height the returned value varies from the height in the spreadsheet. I have the row height for row 5 set to 10 but when I use the code;
Sub RowHeightTest()
MsgBox Rows(5).Height
End Sub
it returns 9.75 if I change the height to 20 I get 19.5, why is there a difference?