0
「Microsoft Excelは別のアプリケーションがOLEアクションを完了するのを待っています」というエラーメッセージが表示されます。これをどうすれば解決できますか?ご協力いただきありがとうございます。Excel VBAのInternet Explorer OLEエラー
エスケープキーのいくつかの組み合わせを押してもプログラムが実行されなくてもコンピュータを再起動する必要があるので、実際に私を悩ます。
Set objCollection = IE.document.getElementsByTagName("a")
i = 0
While i < objCollection.Length
If objCollection(i).Title = "The maximum amount of records that may be downloaded is 2,000." Then
Set objElement = objCollection(i)
End If
i = i + 1
Wend
objElement.Click