How can I open a new process of word for a document, instead of including that document in
an already-running process?
rs
Hi Tcebob,
> How can I open a new process of word for a document, instead of including that document in
> an already-running process?
Dim wdApp as Word.Application
Dim doc as Word.Document
Set wdApp = New Word.Application
wdApp.Visible = True
wdApp.Activate
Set doc = wdApp.Documents.Add
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply in the
newsgroup and not by e-mail :-)
tcebob - 23 May 2006 17:47 GMT
Thanks, Cindy.
rs
: Hi Tcebob,
:
[quoted text clipped - 16 lines]
: This reply is posted in the Newsgroup; please post any follow question or reply in the
: newsgroup and not by e-mail :-)