Hello to all,
I've starting a program that execute a Word instance and open an (o more) document's model.
How do I can verify if there is already open an instance of MsWord?
For example:
if <instance_open> Then
myWord.Documents.NewDocuments()
else
myWord = CreateObject("Word.Application"
Endif
...
Bests regards
Nicola
P.S.: I hope the You understand my English :-(
I've starting a program that execute a Word instance and open an (o more) document's model.
How do I can verify if there is already open an instance of MsWord?
For example:
if <instance_open> Then
myWord.Documents.NewDocuments()
else
myWord = CreateObject("Word.Application"
Endif
...
Bests regards
Nicola
P.S.: I hope the You understand my English :-(