Thread: Row Height
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ajit[_3_] Ajit[_3_] is offline
external usenet poster
 
Posts: 13
Default Row Height

I have a cell(merged)-(lets say cell-1) which is being fed from the input from the form. In the excel sheet i have around 20 cells (some of them merged) which references to the cell-1. To all the 20 cells i have =cell-1 formula written.

Is there a way that if i increase or decrease the rowheight of cell-1, all the rowheights change accordingly

Note : I tried autofit but that doesn't work fine with merged cells.

Thank