how to change one cell height not the row

C

Candice

I am trying to create a spreadsheet. I am having trouble changing the height
of a cell without the whole row changing. Please advise.

Thank you
Candie
 
G

Gord Dibben

Candice

Height is a property of the row and width is the property of the column, not
the cell.

I do not like to suggest this, but you could "merge" cell A1 and A2 to get a
larger cell.

The reason I do not like to suggest this method is because of the potential
problems later when copying, sorting, filtering.

Merged cells are not a good idea in most cases, but have value in some cases.


Gord Dibben Excel MVP
 
Top