Tgaboreau90
New Member
- Joined
- May 25, 2012
- Messages
- 26
i want to use something like application.wait
but instead of a certain amount of time. i want the macro to wait until a specific url is loaded.
something like
but obviously not that, because i can only specify an amount of time to wait and not a certain event to wait for.
anyone know the function i need?
thanks in advance.
but instead of a certain amount of time. i want the macro to wait until a specific url is loaded.
something like
Code:
application.wait ie.locationurl = "www.google.com"
but obviously not that, because i can only specify an amount of time to wait and not a certain event to wait for.
anyone know the function i need?
thanks in advance.