J
jamie
To anyone who can help:
Situation:
I am opening word, in VB, with the shell command. The reason being, I
wish to take advaantage of the Word Swtichs (http://
support.microsoft.com/kb/210565) for greater effieciency in opening.
Background:
I am using the following:
iRet=Shell(FileName, vbHide)
Set wApp = GetObject(, "Word.application")
wApp.Visible = False 'Open blank document
Set wDoc0 = wApp.Documents.Item(sWDocumentName_SolHeadTemplate)
.... Do stuff to wDoc0 ...
Issue:
The issue is, when Shell is called, Word is open for some time untill
wApp.visible=False. Thus, how does one open Word, with Shell, and
force the launched application to stay hidden?
Thanks in advance!!!
Situation:
I am opening word, in VB, with the shell command. The reason being, I
wish to take advaantage of the Word Swtichs (http://
support.microsoft.com/kb/210565) for greater effieciency in opening.
Background:
I am using the following:
iRet=Shell(FileName, vbHide)
Set wApp = GetObject(, "Word.application")
wApp.Visible = False 'Open blank document
Set wDoc0 = wApp.Documents.Item(sWDocumentName_SolHeadTemplate)
.... Do stuff to wDoc0 ...
Issue:
The issue is, when Shell is called, Word is open for some time untill
wApp.visible=False. Thus, how does one open Word, with Shell, and
force the launched application to stay hidden?
Thanks in advance!!!