D
dave_az
I'm working with Word trying to set the 1st page to one tray and the others to a different tray. Based on the tray IDs provided by HP this macro should work. Has anyone had success doing this in VBA or Word Macro using ID numbers, not wdprintupperbin etc - since that only works on some printers
Code
Sub Macro3(
' Macro3 Macr
' Macro created 1/26/2004 by Milner Workstatio
With ActiveDocument.PageSetu
.FirstPageTray =
.OtherPagesTray =
End Wit
'Prin
ActiveDocument.PrintOu
End Sub
Code
Sub Macro3(
' Macro3 Macr
' Macro created 1/26/2004 by Milner Workstatio
With ActiveDocument.PageSetu
.FirstPageTray =
.OtherPagesTray =
End Wit
'Prin
ActiveDocument.PrintOu
End Sub