View Single Post
 
Old 06-21-2011, 12:07 PM
gjcase gjcase is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jun 2011
Posts: 7
gjcase is on a distinguished road
Default

Here's an example:

Sub RowHt()
Dim HT As Single
HT = Rows("12:12").RowHeight

MsgBox ("Row height is " & HT)

End Sub
Reply With Quote