Thread
:
set rowheight property
View Single Post
#
2
Posted to microsoft.public.excel.programming
Rick Rothstein
external usenet poster
Posts: 5,934
set rowheight property
If you mean you want to set the RowHeight for the row that the ActiveCell is
in...
ActiveCell.EntireRow.RowHeight = 3
--
Rick (MVP - Excel)
"Ron5440" wrote in message
...
I need the syntax to set the active rowheight to 3
Reply With Quote
Rick Rothstein
View Public Profile
Find all posts by Rick Rothstein