IE のオートメーションでインスタンスを操作できなくなる場合がある。 たとえばこんなことをしたくても ie = CreateObject("InternetExplorer.Application") ie.Visible = True ie.Navigate2(CType(url, Object)) While ie.Busy System.Threading.Thread.Sleep(100) End While While ie.ReadyState <> tagREADYSTATE.READYSTATE_COMPLETE System.Threading.Thread.Sleep(100) End While こういうエラーが出ることがある 起動されたオブジェクトはクライアントから切断されました。 (HRESULT からの例外:0x80010108 (RPC_E_DISCONNEC