I am trying to write some code that would detect if a particular web page is loaded or not. EX. - User tries to access www.mypage.com...the page is not available right away but code keeps looping to see if web page loaded yet. When web page finally loaded I am exiting application.

I looked all over the UDF section and came across WebSiteStatus UDF but I have had inconsistent results with that one (and that really just checks if you can get to the site...not if it's loaded in IE.)

Didn't know if anyone knew a better way to see if a web page was loaded on a users machine or not.

Thanks,

Note...I cannot use $createobject(InternetExplorer.application) and check the busy variable to do this....long story.