> The HP 9000DN is a network printer, but I have also installed a local
> printer
> que on my computer. The document is just printing normal mode when using
> the
> PrintDuplex macro (not duplex printing).
Hmm. HP laser printers are sometimes awkward about this - they don't behave
well. I already had to put extra code into the routines especially for some
other HP laserjet models. As I don't have this particular model available to
me, I can't confirm this through.
have you trired stepping through the code to see if it behaves better then?
If it does, then try sprinkling some DoEvents commands around to see if that
helps.
> I'm afraid I don't understand what sufficient permissions means?
If you have installed the printer locally then by definition you have them.
If it was a network printer you would need to ask your netword admin to set
up the printer so that you could configure it as well as merely use it.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Frank Krogh - 09 Mar 2006 13:31 GMT
Thanks for your reply.
I have used the Stepinto debug option and I can't see anything wrong during
execution. Unfortunately, I'm to little familiar with VBA programming to
investigate it further, so guess I just have to keep on selecting duplex
printing from the file menu. I'll also check the HP support.
Regards
Frank Krogh
> > The HP 9000DN is a network printer, but I have also installed a local
> > printer
[quoted text clipped - 16 lines]
> If it was a network printer you would need to ask your netword admin to set
> up the printer so that you could configure it as well as merely use it.