Q
QK
I have my VBA code fires up a word doc at run time, which does some search
and text gathering and populates into an Access table, then it QUIT (by
oWord.QUIT method).
At this stage if the user opens another word doc, play around and exit, the
"automated" word doc is prompted for "save/cancel" (I'm sure at this satge
the "text gathering and populates into an Access table" hasn't completed yet).
It ends up the populated info into the Access table is totally unexpected!
In VBA, how to manage multi-sessions of MS Words (let's say some fire up by
VBA,
some fire up by user interactively)?
Thanks
and text gathering and populates into an Access table, then it QUIT (by
oWord.QUIT method).
At this stage if the user opens another word doc, play around and exit, the
"automated" word doc is prompted for "save/cancel" (I'm sure at this satge
the "text gathering and populates into an Access table" hasn't completed yet).
It ends up the populated info into the Access table is totally unexpected!
In VBA, how to manage multi-sessions of MS Words (let's say some fire up by
VBA,
some fire up by user interactively)?
Thanks