Danny wrote...
I'm trying to change the cell height and wideth on different pages within the
same worksheet. I have over 40 pages on the same worksheet and some need to
have different cell sizes.
If by different pages you mean different printout pages in the same
worksheet, then different columns can have different widths, and
different rows can have different heights. However, different cells in
different rows in the same column or different columns in the same row
must have the same width or height, respectively. The only way to
achieve what you're after would require a nontrivial VBA macro to print
each page one at a time adjusting row heights and column widths as
needed before printing each page.