O
Ondrej
Hi everybody,
I am writing MS Access VBA application and I really don't know, hove to
close MS Word server, after all operations.
I start it in this way:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
How to close it?
... and sometime, when I close server by myself, it will not start again in
the future and I must to restart MS Access.
How can I detect, if server is already running?
Thanks a lot.
Ondrej
I am writing MS Access VBA application and I really don't know, hove to
close MS Word server, after all operations.
I start it in this way:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
How to close it?
... and sometime, when I close server by myself, it will not start again in
the future and I must to restart MS Access.
How can I detect, if server is already running?
Thanks a lot.
Ondrej