patrick118
Technical User
I have a question about printing to a specific tray with Word.
We have a macro that says tray one and then it prints to tray one. Tray 2 etc. Works great with all the HP laserjet 4100 printers we have. Only we don't get it working on a HP 4200. We had the idea to make sure that in the macro it says what kind of paper it has to print to. Can someone tell us what we need to say in the following macro. The paper should be letterhead. Tray 2 should be plain and tray three should be preprinted.
With ActiveDocument.PageSetup
.FirstPageTray = wdPrinterUpperBin
.OtherPagesTray = wdPrinterUpperBin
End With
End Sub
I would be really happy if someone can tell me the answer or give me some tips.
Patrick
Netherlands
We have a macro that says tray one and then it prints to tray one. Tray 2 etc. Works great with all the HP laserjet 4100 printers we have. Only we don't get it working on a HP 4200. We had the idea to make sure that in the macro it says what kind of paper it has to print to. Can someone tell us what we need to say in the following macro. The paper should be letterhead. Tray 2 should be plain and tray three should be preprinted.
With ActiveDocument.PageSetup
.FirstPageTray = wdPrinterUpperBin
.OtherPagesTray = wdPrinterUpperBin
End With
End Sub
I would be really happy if someone can tell me the answer or give me some tips.
Patrick
Netherlands