Open Printer setup from a macro in Word 2007

L

Lasse

Hi

I am trying to create a macro that opens the Printer setup in Word 2007 but
can't figure out how?

I have created a macro that checks for the current active printer and if the
printer is unknown I show a message box telling it's unknown, I would like to
give the user the option of changing printer when the message box appears.

Can any one help?

/Lasse
 
G

Graham Mayor

http://www.gmayor.com/fax_from_word.htm shows a variety of macros for
manipulating printers, including one which checks the availability of a
particular printer (Sub PrintColor). You could easily modify that (and by
the same token your own macro) to pop up the printer dialog e.g.

MsgBox "Required printer not available."
Dialogs(wdDialogFilePrint).Show


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - 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