Eliminate page breaks between worksheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to eliminate page breaks between worksheets when printing multiple worksheets at the same time?
 
Copy all the data to a giant worksheet and print from there.

In fact, if you select each range, then copy, then go to the new sheet.

Shift-edit|paste picture link

and it'll be a picture that updates whenever that range changes.

Keep this up and concatenate a bunch of pictures and then print the pictures.
 
Seems like a really complicated "work-around". Any way to just eliminate the page breaks so the worksheets print one after another?
 
eh, no.

Seems like a really complicated "work-around". Any way to just eliminate the page breaks so the worksheets print one after another?
 
But that was the point.

If the columns match up with the same width and heading you could put
them all into one worksheet and use a filter to see what you would have
seen on the individual worksheets You are subject to 65,536 rows
but if you within 1/4 of that your are probably already in trouble.

Instead of pasting pictures into Excel, you could paste tables into
Microsoft Word. They may not look the same as in Excel.

Another solution would be to create an HTML file. The concept of
a distinct page is not part of HTML (or at least it wasn't when I started).
I have a macro that you could adapt to pick up different pages instead
of blocks of cells.
http://www.mvps.org/dmcritchie/excel/xl2html.htm

You could save paper by using a duplex printer, which would start
each spreadsheet on an odd numbered page, but would print on
both sides. There is much if anything builtin to Excel to save paper.



eric3450 said:
Seems like a really complicated "work-around". Any way to just eliminate
the page breaks so the worksheets print one after another?
 

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