Thread
:
set rowheight property
View Single Post
#
4
Posted to microsoft.public.excel.programming
JLGWhiz[_2_]
external usenet poster
Posts: 1,565
set rowheight property
Rows(Selection.Row).RowHeight = 3
Or.
Rows(ActiveCell.Row).RowHeight = 3
The row object has to be specified for the RowHeight property to work.
"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_]