win7一直跑的好好的,系統一換不行了,咋辦啊,各位哥哥。代碼是
Set ie = CreateObject("internetexplorer.application")
point = 1
With ie
.Visible = True
.Navigate url
Do
waitWait (1)
DoEvents
Loop Until .readyState = 4 And .busy = False
就在最后一個出錯,有辦法解決嗎?
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/276391.html
標籤:VBA
