[VBA ] 開ie並定時更新此網頁

作者: GGRIP (~~~~~~~~~~~~~~~~~)   2021-01-21 20:07:49
小弟想要打開一個ie,並且每3秒更新這個網頁
但網頁更新1次以後
excel就跳出無法執行巨集timer ie
該巨集可能無法在此活頁簿使用,或已停用所以巨集
這是怎麼了?
程式碼如下
Sub 網頁更新()
Dim ie As Object
Set ie = CreateObject("InternetExplorer.Application")
With ie
.Visible = True
.navigate "www.google.com"
Do While .busy Or .readystate <> 4: DoEvents: Loop
End With
timer ie
End Sub

Links booklink

Contact Us: admin [ a t ] ucptt.com