Hello,
We have Word 2003. I'd like to create a macro that would pull up a userform
and allow my users to choose which printer they want. I know some visual
basic and I know how to create the userform.
What I need is the code to be able to select the printer.
We have HP Laserject printers.
Thanks!
Dave Lett - 10 Feb 2006 20:22 GMT
Hi,
Any reason not to use the built-in dialog?
Dialogs(wdDialogFilePrint).Show
HTH,
Dave
> Hello,
>
[quoted text clipped - 7 lines]
>
> Thanks!
Graham Mayor - 11 Feb 2006 08:16 GMT
Even simpler - if multiple printers are available why not just add a
printers toolbar using the method at http://www.gmayor.com/fax_from_word.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hello,
>
[quoted text clipped - 7 lines]
>
> Thanks!