- ©«¤l
- 154
- ¥DÃD
- 1
- ºëµØ
- 0
- ¿n¤À
- 200
- ÂI¦W
- 28
- §@·~¨t²Î
- windwos 7
- ³nÅ骩¥»
- 64bit
- ¾\ŪÅv
- 20
- µù¥U®É¶¡
- 2017-5-29
- ³Ì«áµn¿ý
- 2024-10-22
|
¥»©«³Ì«á¥Ñ quickfixer ©ó 2020-6-16 04:39 ½s¿è
¦^´_ 2# PKKO
GBKEE¤j,5/10¦b³o¸Ì¦³¦^µª¹L,2½g¤å³¹¤]¤~®t10¤Ñ
http://forum.twbts.com/thread-22543-1-1.html- Sub Ex()
- Dim R As Integer, C As Integer
-
- With CreateObject("InternetExplorer.Application")
- .Visible = True
- .Navigate "https://pchome.megatime.com.tw/stock/sto0/ock3/sid1216.html"
- Do While .Busy Or .ReadyState <> 4: DoEvents: Loop
- With .Document.all.tags("table")(2)
- For R = 0 To .Rows.Length - 1
- For C = 0 To .Rows(R).Cells.Length - 1
- ActiveSheet.Cells(R + 1, C + 1) = .Rows(R).Cells(C).innerText
- Next
- Next
- End With
- .Quit
- End With
- End Sub
½Æ»s¥N½X https://www.mobile01.com/topicdetail.php?f=511&t=4737630
¹ï³t«×¦³n¨D¤£n¿ù¹L01³o½g,«D±`§Ö
#797¦³pchomeªºcode |
|