Thread
:
set rowheight property
View Single Post
#
2
Posted to microsoft.public.excel.programming
JLGWhiz[_2_]
external usenet poster
Posts: 1,565
set rowheight property
With Worksheets("Sheet1").Rows(1)
.RowHeight = .3
End With
"Ron5440" wrote in message
...
I need the syntax to set the active rowheight to 3
Reply With Quote
JLGWhiz[_2_]
View Public Profile
Find all posts by JLGWhiz[_2_]