- ©«¤l
- 361
- ¥DÃD
- 57
- ºëµØ
- 0
- ¿n¤À
- 426
- ÂI¦W
- 0
- §@·~¨t²Î
- win7
- ³nÅ骩¥»
- 2003,2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-13
- ³Ì«áµn¿ý
- 2022-12-8
|
¦^´_ 1# leoncc
¤£¤p¤ß¸Õ¥X¨Óªº¡A¦Û¤vª±ª±¬Ý§a¡I- Sub EX()
- Cells.Delete
- Set ie = CreateObject("internetexplorer.application")
-
- With ie
- .Visible = True
- .Navigate "https://djinfo.cathaysec.com.tw/Z/ZC/ZCL/CZCL3Cathaysec.DJBCD?A=2355&B=Y"
- Do Until .ReadyState = 4
- DoEvents
- Loop
- data = .Document.body.innerText
- arr = Split(data, " ")
-
- x = UBound(arr) + 1
- y = UBound(Split(arr(0), ",")) + 1
- For i = 1 To x
- For j = 1 To y
- Cells(j, i) = Split(arr(i - 1), ",")(j - 1)
- Next
- Next
- .Quit
- End With
-
- Set ie = Nothing
-
- End Sub
½Æ»s¥N½X |
|