using word as a WScript object

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top