I was referring to the foundation of using IE's COM objects. I think in my last attempt at this, it wasn't overly difficult. The "InternetExplorer.Application" object has a
Navigate() method, at which point you should be able to access the
Document property. You might have trouble hiding the window (I forget if it requires a visible window) but there are other ways to workaround that part.