I have a very simple routine that uses:
ThisWorkbook.Worksheets(proposal).Range("B" & a).EntireRow.RowHeight = 17
to set the row height to 17. When the above line of code executes, it sets the row height to 22 instead of 17.
I have two other identical lines of code that should set the row heights to 35 and 46. They instead set the row heights to 46 and 61 respectively.
Can anyone tell me what is going on with this?
Thanks,
Tom
ThisWorkbook.Worksheets(proposal).Range("B" & a).EntireRow.RowHeight = 17
to set the row height to 17. When the above line of code executes, it sets the row height to 22 instead of 17.
I have two other identical lines of code that should set the row heights to 35 and 46. They instead set the row heights to 46 and 61 respectively.
Can anyone tell me what is going on with this?
Thanks,
Tom