I would like to see if the application would behave differently if I could get 'MS Office 14.0 Access DB engine object library' loaded and unload the newer version. But I havent yet figured out how to do that.
Hi Spikepl,
Thanks for your help.
I tried the following:
While oBrowser.Busy
DoEvents
Wend
It went into an endless loop and did not proceed any further.
I did not define oBrowser before the above code.
Looking at the local window in the debugger, oBrowser is Variant/empty type with no...
Sorry for the lack of clarification.
I mean IE.readyState seems to have no value.
For example, in the working environment, if I debug.print IE.readyState after the object is created, it will usually show me a value (between 1 and 4). However, in the non-working environment, it never seems to...
Hi Experts,
I have an MS Access 2010 DB with running successfully on a number of machines. I recently tried to run the same Access DB on a new machine and I am encountering a problem. I narrowed down the problematic code :
Set IE = CreateObject("InternetExplorer.Application")...