Alternating Printers

D

DS

I want to set up Alternating Printers.
I thought I would use the
Application.Printers = Application.Printer()
to set the printers.
But how would I get the code to lets say go to

Printer A this job
Then Printer B for the next job

What if you print to Printer A then Stop. How would it know to go to
Printer B the next time. Any thoughts on this is appreciated.
Thanks
DS
 
K

KARL DEWEY

What about using a form with a checkbox. Have a macro condition check the
form checkbox and based on that print. Then the macro action does SetValue
to the checkbox to flip it.
 
D

DS

KARL said:
What about using a form with a checkbox. Have a macro condition check the
form checkbox and based on that print. Then the macro action does SetValue
to the checkbox to flip it.

:
Sounds like a good possibility...I'll check it out! No pun intended :)
Thanks
DS
 
Top