How do I revert to default print quantity of 1?

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?
 
S

Squid

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

Top