前幾天都可運行, 不知問題出在哪邊, IE? EXCEL? 求解 Orz
測試以下程式
Set ie = CreateObject("internetexplorer.application")
With ie
.navigate "https://goodinfo.tw/StockInfo/index.asp"
.Visible = True
End With
Do While ie.ReadyState <> 4
Application.Wait (Now + TimeValue("0:00:01"))
Loop
順利打開goodinfo後出現 "遠端伺服器不存在或無法使用"
此網站似乎讓原本ie的指定取消了

X