-
Annoying problem
Hi,
I have an application where the user opens a word document within an IE browser. I have written a macro which parses the data contained within the document then attempts to do a Word.Activedocument.Close call.
However, on the close command I get the following error:
**********************************************
Run-Time error '4605':
This method or property is not available because this document is
in another application.
***********************************************
This is driving me nuts. Any help much appreciated :)
Thanks
-
Since Theres no code to inspect, it would seem to be saying
the browser is in control of the word doc. Soooo,
Can you programmically kill your browser instead of closing
your word document?
What happens if you try?