Discussion:
Detect when word is "busy" or "not busy"?
(too old to reply)
Roland Krystian Alberciak
2007-09-23 06:23:19 UTC
Permalink
Is there a vba approach to detect when word is busy or not busy?

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.


-Krystian.



[1] http://msdn2.microsoft.com/en-us/library/ms534359.aspx
Jonathan West
2007-09-23 12:02:12 UTC
Permalink
Post by Roland Krystian Alberciak
Is there a vba approach to detect when word is busy or not busy?
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.
I answered this when you asked on 14 September. No, there isn't.
--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Klaus Linke
2007-09-27 03:24:30 UTC
Permalink
Perhaps describe why you need to detect it?

Say if you need to make sure Word isn't still busy opening the document,
ActiveDocument.Repaginate
would force a repagination, ensuring the doc is fully loaded.

Klaus
Post by Jonathan West
Post by Roland Krystian Alberciak
Is there a vba approach to detect when word is busy or not busy?
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.
I answered this when you asked on 14 September. No, there isn't.
--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Loading...