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
 
just enlarge your selection [Fadi Chalouhi]

Adding to Fadi's reply:
You can use Ctrl+A to select all cells therefore it is also
selecting all columns and all rows. If you have Excel 2003
you might take a look at my page to get Ctrl+A to work
properly as long as macros are active.
http://www.mvps.org/dmcritchie/excel/shortx2k.htm#foobar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top