Recent content by otanilon

  1. O

    IE.ReadyState not working with MS Office 15.0 Access DB engine obj lib

    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.
  2. O

    IE.ReadyState not working with MS Office 15.0 Access DB engine obj lib

    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...
  3. O

    IE.ReadyState not working with MS Office 15.0 Access DB engine obj lib

    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...
  4. O

    IE.ReadyState not working with MS Office 15.0 Access DB engine obj lib

    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")...
Back
Top Bottom