View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default 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