Results 1 to 2 of 2

Thread: Annoying problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    New York
    Posts
    165

    Unhappy 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

  2. #2
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width