Change your wait event to this, I believe it should work in all common versions:
[VBA]Do Until ie.ReadyState = READYSTATE_COMPLETE: DoEvents: Loop[/VBA]
Change your wait event to this, I believe it should work in all common versions:
[VBA]Do Until ie.ReadyState = READYSTATE_COMPLETE: DoEvents: Loop[/VBA]
Cordially,
Aaron
Keep Our Board Clean!
- Please Mark your thread "Solved" if you get an acceptable response (under thread tools).
- Enclose your code in VBA tags then it will be formatted as per the VBIDE to improve readability.