Thread
:
Macro or user function to Extract row height
View Single Post
06-21-2011, 12:07 PM
gjcase
Windows 7 32bit
Office 2010 32bit
Novice
Join Date: Jun 2011
Posts: 7
Here's an example:
Sub RowHt()
Dim HT As Single
HT = Rows("12:12").RowHeight
MsgBox ("Row height is " & HT)
End Sub
gjcase
View Public Profile
Find all posts by gjcase