Sub 巨集1()
Cells.Clear
SURL = "URL;http://www.passivecomponent.com/asp/search_chip.aspx?page2"
Set myQT = ActiveSheet.QueryTables.Add(Connection:=SURL, Destination:=Range("$A$1"))
With myQT
.WebFormatting = xlWebFormattingNone
.Refresh BackgroundQuery:=False
.Delete
End With
SET MYQT=NOTHING
End Sub
頁數自己換作者: clio 時間: 2018-10-8 18:24
回復 2#joey0415
HI Joey0415,
測試過,這樣更早就當掉了說…作者: GBKEE 時間: 2018-10-8 19:10