resize row height and column height

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hallo,

I dubble clic on the dividing lines to make automatically
the row or colulmn as big as the biggest cell.

I have a lot of cells that have to be resized.
Is it possible with one clic to resize all the row and
columns ?

Thx in advance
Tom
 
I have allready had the answer

with a macro :
activesheet.columns.autofit
activesheet.rows.autofit

Tom
 
just enlarge your selection : Select all the columns that you want to
resize and double click on the dividing lines

Fadi
 
Back
Top