How to print multiple worksheets in one workbook on the same page.

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

Guest

I want to create a worksheet that have a different number of columns in
different sections. If I create a new worksheet for each section, can I
print multiple worksheets on the same page within the same workbook?

Can I use different column formats within the same worksheet? For example
the top part of my form is only 4 columns the sections to follow are 5 to 7
columns wide.
 
rrdiorio,
I want to create a worksheet that have a different number of columns in
different sections.

Not if they're above/below one another.
If I create a new worksheet for each section, can I
print multiple worksheets on the same page within the same workbook?

Not directly. You'd have to make a single sheets with link to the various
sheets, then print that sheet.
Can I use different column formats within the same worksheet? For example
the top part of my form is only 4 columns the sections to follow are 5 to
7
columns wide

No, other than some hanky-panky with merged cells (not recommended).

If you don't need spreadsheet functionality, consider doing this in Word,
using a table.
 
If you don't need spreadsheet functionality, consider doing this in
Word, using a table.

If you do need spreadsheet functionality, you could use
Insert >> Object
in Word to embed an Excel spreadsheet in a Word document. Then do it again
to embed a second spreadsheet.
 

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