> Hi Everybody,
>
[quoted text clipped - 4 lines]
>
> Any idea?
Controlling the Printer from Word VBA
Part 2: Using VBA to control Duplex, Color Mode and Print Quality
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116

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
Ole Weigelt - 27 Jan 2006 11:09 GMT
Wow, that was a fast one. Thanks a lot!!
> > Hi Everybody,
> >
[quoted text clipped - 8 lines]
> Part 2: Using VBA to control Duplex, Color Mode and Print Quality
> http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116
Graham Mayor - 27 Jan 2006 15:20 GMT
If your printer reads PCL commands you could also use a PRINT field in the
document.
Sub PrintDuplex()
Selection.Fields.Add Range:=Selection.Range, _
Type:=wdFieldEmpty, Text:="PRINT 27""&l1S"""
End Sub

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Wow, that was a fast one. Thanks a lot!!
>
[quoted text clipped - 18 lines]
>> Keep your VBA code safe, sign the ClassicVB petition
>> www.classicvb.org