Forcing print in monochrome

E

Ed Finley

I'm trying the following to call a specific printer and print in monocrome:

Dim prtDefault As Printer
Set Application.Printer = Application.Printers(3)
Set prtDefault = Application.Printer
prtDefault.ColorMode = acPRCMMonochrome

I'm getting the right printer but it is printing in color. What am I doing
wrong?

Thanks,

Ed
 

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