Hi
I'm using MS Word97 to print a document to a HP8000. One copy is printed on
plain paper, a second copy is printed on headed paper with the first page on
headed paper and subsequent pages on continuation sheets.
I've used the following code in VBA to try to specify which tray to use for
the relevant page.
With ActiveDocument.PageSetup
.FirstPageTray = wdPrinterUpperBin
.OtherPagesTray = wdPrinterLowerBin
End With
ActiveDocument.PrintOut
This always prints out on tray 2. I've tried changing the wdPrinterBin
values but with no success. Does anyone know what these values should be.
It is possible to do this manually so this this suggests that the printer is
correctly set up.
Any help will be appreciated asap.
Thanks
Adrian