The standard vbscript suggestion for opening a Word doc (in fact one of the FAQs on this forum suggests this) is something like this:
dim wapp
dim wWord
dim Visible
set wApp = createobject("Word.application")
wApp.visible = true
set wWord = wApp.Documents.Open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.