Thread: Row Height Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Row Height Code

Hi IceTray,

Can someone tell me the VB/Macro code to set the height of a row/rows.


Try:

Range("A1:A4").RowHeight = 20


---
Regards,
Norman