All Pages Don't Print

  • Thread starter Thread starter pclark
  • Start date Start date
P

pclark

I have an excel doc that has 4 pages. When I print the
doc, the only page that prints is the page that is
currently open. I have to click each tab at the bottom of
the page to print each page. Is there a way to set the
doc so when I click print, all pages print?
 
Hi

Group the sheets before you hit print (right click on one of the tabs and
click 'Select all sheets'
Don't forget to ungroup them afterwards, though.

Andy
 
Another way is to right click on the file in Windows explorer
And click on Print
 
Sub printemall()
ActiveWorkbook.Sheets.Printout 'Preview
End Sub
 
<File> <Print>
Under "PrintWhat"
Check "EntireWorkbook"
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

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