A
Aule
I have a script that uses word as an object runs it with a certain file open
and then prints it, however, it does not print in color. Can anyone tell me
how to set an option to print in color?
The script that prints with no color:
Set app = Wscript.CreateObject("Word.Application")
app.Documents.Open("\\\server\share\document.doc")
app.Options.PrintBackground = False
app.ActiveDocument.PrintOut:
and then prints it, however, it does not print in color. Can anyone tell me
how to set an option to print in color?
The script that prints with no color:
Set app = Wscript.CreateObject("Word.Application")
app.Documents.Open("\\\server\share\document.doc")
app.Options.PrintBackground = False
app.ActiveDocument.PrintOut: