How do I revert to default print quantity of 1?

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

Guest

I'm working with an Excel document (Office 2000)

A specific file has a default print quantity of 8 every time I open it. I
can't figure out how to change it back to 1 so the next time I open it I
don't get 8 copies.

Other Excel files have an automatic print quantity of 1 (which I assume is
the factory default).

How can I reset the print quantity on my Excel file to default to 1 copy?
 
you can assign a button a macro to print just one page:
ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=1
 

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

Similar Threads

Changing Default Print Quantity 2
Printing 1
default number of copies 1
Advanced Printing... 1
MULTIPLE PAGES PRINT 1
Need a quanity of items printed 4
printing specific lines 1
HP1320 Printing too light 4

Back
Top