Hello everyone.
I was wondering if someone can help me with a Macro script for Word 2003/2010.
Currently we have a script set up which prints 1 page from tray 1 and 1 page from tray 2. This is all good however with the new Olivetti printers we have it doesnt work as the paper type in each tray is different.
For example:
Tray 1 has plain paper and tray 2 has letter headed paper.
Here is our current script with the tray numbers...
Sub CC()
End With
With ActiveDocument.PageSetup
.FirstPageTray = 1
.OtherPagesTray = 2
End With
Is it possible to change the script to so it has the paper type on there? So tray 1 is plain paper and tray 2 it set to letter headed paper?
The above script when its created i beleive should stop the machine from printing 2 plain papers....
Any suggestions are welcome :)
Please help ASAP!
Many thanks!
↧