This example sets Word to use draft printing, and then it prints the active document.
Options.PrintDraft = True
ActiveDocument.PrintOut
This example returns the current status of the Draft output option on the Print tab in the Options dialog box.
temp = Options.PrintDraft