varying column widths

R

RobD03

I am working on a spreadsheet where I need different column widths from top
to bottom and I need more columns on the bottom of the page then the top. How
can I do this?
 
M

Mike H

No you can't

You could cheat and merge cells at the top of the sheet to make it look like
there are more columns.

Mike
 
J

JLatham

Physically DELETE the empty rows. A quick way to do that would be to sort
the worksheets if you can so that all of the empty rows go to the bottom of
used rows.

Then go to the first empty cell in column A, press [Ctrl]+[End] to quickly
select all empty rows from there to the end of the sheet. and use Edit Delete
with the Entire Row option.

Once you've done that for all sheets, save the workbook. Close it, open it
back up and it should be smaller. Actually, once you close it, it should
reflect a smaller size on the hard drive.

There's more detailed information on this here:
http://www.contextures.com/xlfaqApp.html#Unused
and there's even a code solution to do the same thing with less effort IF
your sheets don't contain merged cells.
 
M

Mike H

I think you may have posted to the wrong question!!

JLatham said:
Physically DELETE the empty rows. A quick way to do that would be to sort
the worksheets if you can so that all of the empty rows go to the bottom of
used rows.

Then go to the first empty cell in column A, press [Ctrl]+[End] to quickly
select all empty rows from there to the end of the sheet. and use Edit Delete
with the Entire Row option.

Once you've done that for all sheets, save the workbook. Close it, open it
back up and it should be smaller. Actually, once you close it, it should
reflect a smaller size on the hard drive.

There's more detailed information on this here:
http://www.contextures.com/xlfaqApp.html#Unused
and there's even a code solution to do the same thing with less effort IF
your sheets don't contain merged cells.



Mike H said:
No you can't

You could cheat and merge cells at the top of the sheet to make it look like
there are more columns.

Mike
 
J

JLatham

Well, actually, I didn't post to this question!! But it certainly ended up
here, didn't it -- it was supposed to be attached to the main topic just
below this one. Amazing, simply amazing.

Mike H said:
I think you may have posted to the wrong question!!

JLatham said:
Physically DELETE the empty rows. A quick way to do that would be to sort
the worksheets if you can so that all of the empty rows go to the bottom of
used rows.

Then go to the first empty cell in column A, press [Ctrl]+[End] to quickly
select all empty rows from there to the end of the sheet. and use Edit Delete
with the Entire Row option.

Once you've done that for all sheets, save the workbook. Close it, open it
back up and it should be smaller. Actually, once you close it, it should
reflect a smaller size on the hard drive.

There's more detailed information on this here:
http://www.contextures.com/xlfaqApp.html#Unused
and there's even a code solution to do the same thing with less effort IF
your sheets don't contain merged cells.



Mike H said:
No you can't

You could cheat and merge cells at the top of the sheet to make it look like
there are more columns.

Mike

:

I am working on a spreadsheet where I need different column widths from top
to bottom and I need more columns on the bottom of the page then the top. How
can I do this?
 

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

Top