![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Open and Print a Word Document
|
||
|
' Description: Demonstration script that opens and prints and existing Microsoft Word document.
Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Open("c:\scripts\inventory.doc") objDoc.PrintOut() objWord.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||