View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default Adjust Row height to FONT

Rows("4:4").EntireRow.AutoFit

NickHK

"Joe" hx.gbl...
I am building a spreadsheet thru code.
Is there a way to determine what the row height should be when I change a
FONT and FONT Size?

Thanks