Need a check before printing

A

ArunDhaJ

Hi All,
I'm new to VBA. Need to solve the following problem: when a user
prints a document I need to check whether the "Print on both sides"
option is chosen, else pop-up a message to chose that option.

Thanks in advance
Regards
-ArunDhaJ
 
D

Doug Robbins - Word MVP

Add a second copy of the Printer to the computers that is configured for
printing on both sides of the paper and then create macros with the names
of FilePrint() and FilePrintDefault() that contain code to print the
document to that printer.

See the article "How to use VBA to set duplex printing on or off" at:

http://www.word.mvps.org/FAQs/MacrosVBA/SetDuplexOnOff.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

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