View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default 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