View Single Post
  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
David McRitchie[_2_] David McRitchie[_2_] is offline
external usenet poster
 
Posts: 134
Default how can I change the size of each cell consistency?

Hi Matthew,
You can't change the size of an individual cell.

You can change the width of column(s) or
the height of row(s)
- to a specific width
- to autofit a selection.

Column selection(s):
Format, Column, width, specify width or autofit a selection

Row Selection(s)
Format, Row, width, specify height or autofit a selection

You can double click on the border between two column headers
or between two row headers to fit row or column to selection.

If you want a programming solution record a macro to at least
get a start.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Matthew Louden" wrote in message ...
how can I change the size of each cell consistency? I mean width and height
of each cell. Thanks!!