S
steeles
Hi all,
I am new to word macro/VB scripts programing, and I encounte problem here.
One two-page document, first page goes to tray 2, second page goes to tray
3, how can macro/VB scripts control this?
I have been trying this on VB script, but the paper always takes paper from
same tray 2 on HP 4350 printer.
ActiveDocument.PageSetup.FirstPageTray = wdPrinterUpperBin
ActiveDocument.PageSetup.OtherPagesTray = wdPrinterMiddleBin
I have been googled it for a while, but didn't have any luck to find a real
solution.
Is there any one has idea how to get this thing working?
Thanks in advance.
I am new to word macro/VB scripts programing, and I encounte problem here.
One two-page document, first page goes to tray 2, second page goes to tray
3, how can macro/VB scripts control this?
I have been trying this on VB script, but the paper always takes paper from
same tray 2 on HP 4350 printer.
ActiveDocument.PageSetup.FirstPageTray = wdPrinterUpperBin
ActiveDocument.PageSetup.OtherPagesTray = wdPrinterMiddleBin
I have been googled it for a while, but didn't have any luck to find a real
solution.
Is there any one has idea how to get this thing working?
Thanks in advance.