| |
navmiester
Posts: 10
Score: 0
Joined: 6/15/2008
Status: offline
|
Hi is it possible to print to file via VB Script for Microsoft Word Viewer? What I have so far is str = "c:\test.doc" Set objShell = CreateObject("Shell.Application") objShell.ShellExecute str, "", "", "print", 1
< Message edited by navmiester -- 6/19/2008 4:01:21 PM >
|
|