resizing a range of cells

C

ckane

I need several tables on a single sheet. Each table has different fields, so
I need different sizes of cells. How do I do this? Thank you.
 
G

Gord Dibben

Cell sizes are a function of column width and row height.

Both these are a property of the ENTIRE row and column.

Maybe "center across selection" from Format>Cells>Alignment>Horizontal could
work for you.

I hesitate to to suggest this, but you could use the "merge cells" feature.

The hesitation comes from all the problems that merged cells can cause with
sorting, filtering, copying, pasting and others.


Gord Dibben MS Excel MVP
 
Top