View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips
 
Posts: n/a
Default cell width and height

You cannot, height and width is a row/column attribute, not a cell
attribute.

You could maybe merge some cells (FormatCellsAlignment) and simulate the
effect.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Brian Brandt" wrote in message
...
I need to expand some cells in height and width in the middle of an excel
docu...
But when i do, every other cell in that row also gets the same height...
How do i differ from that, so its only the rows in the middle, that gets a
new height ... ?

Regards
Brian