Detect when word is "busy" or "not busy" when loading long documents...

  • Thread starter Roland Krystian Alberciak
  • Start date
R

Roland Krystian Alberciak

Hello,

I'm looking for a property called readyState [1], but I can only find it for
IE browser objects. I'm unsuccessful in locating something like this for
Word objects.


Why: I'm trying to detect when, within powerpoint, the "Send To > Microsoft
Word" process is done.

I posted to this newsgroup to see if perhaps you guys would know anything
about this, since when long documents are loaded maybe it would be
necessary to detect when loading such a long document is completed.

-Krystian.



[1] http://msdn2.microsoft.com/en-us/library/ms534359.aspx
 
M

macropod

Hi Roland,

I don't think you can do that directly. However, If you set your code up to read something from the end of the opened file, that
should be enough to tell you it's finished loading.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top