I am using IE.busy code for internet explorer automation.
but it is not working.
I also tried IE.readystate, it is also not working.
any suggestions??
I am using IE.busy code for internet explorer automation.
but it is not working.
I also tried IE.readystate, it is also not working.
any suggestions??
Regards,
PRB.
Right time to become Expert..
It's always working !
Hi punna111,
When that's not working I usually try something like:
And sometimes throw a 'DoEvents in the loops for good measure.![]()
Please Login or Register to view this content.
Lewis
@MARC L -- Its not working for me
LJMETZGER -- your code giving error at Sleep 200 as sub or function not defined.
BELOW IS MY ACTUAL CODE:
What to do..![]()
Please Login or Register to view this content.
I am using APP Activate to activate the window.
Sorry.
At the top of the module you need (Option Explicit) should only appear once.
Lewis![]()
Please Login or Register to view this content.
still same error
To prevent typos from ruining days and weeks of work 'Option Explicit' is NEEDED at the top of each code module. This prevents errors caused by missspellings and FORCES every variable to be DECLARED (e.g. dim i as Integer). See http://www.cpearson.com/excel/DeclaringVariables.aspx
Try this (tested and working in Excel 2003 on Vista 32 bit system):
Lewis![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks