Parameters of a printer

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

Guest

Hi,

Is it possible to change the parameters of a printer with VBA ?

My printer can print on both sides and I would like to change the parameters
to print on both sides according to criteria but all automatically.

Thank you for your assistance.
 
The easiest way would be to define another printer driver that would have the
settings to do what you want. Then you just select that using ActivePrinter.

Beyond that you are into the windows API:


http://tinyurl.com/4khvy
 

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