Changing cell size idependent of the other surrounding cells

  • Thread starter Thread starter Sean
  • Start date Start date
Sean,

You can change a column width, but not just an individual cell.

You could merge 2 cells top get a wider one at that point only, but not
exactly what you want.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
You don't. Width is a property of the Column and Height is a
property of the Row, so you can change Columns and rows, but not
individual cells.

That said, you can merge cells to make them multiple column widths
or row heights. In general, that causes more problems than it's
worth, since sorting and manipulating cells is more difficult with
merged cells.
 
You can not change the individual cell size BUT you can merge cells to
provide a larger cell

Sorry :)
 

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