- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 105
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-5-1
               
|
¦^´_ 1# vesperlee - Private Sub CommandButton1_Click()
- Cells.Clear
- GetData_URL = "http://www.otc.org.tw/ch/stock/aftertrading/otc_quotes_no1430/SQUOTE_02_1020111.csv"
- webURL = GetData_URL
- webURL = "URL;" & GetData_URL
- With ActiveSheet.QueryTables.Add(Connection:=webURL, Destination:=Range("A1"))
-
- .RefreshStyle = xlOverwriteCells
- .WebTables = "1"
- .Refresh BackgroundQuery:=False
- End With
- Columns("A:A").TextToColumns Destination:=[A1], comma:=True '¡A¸ê®ÆåªR³r¸¹¤À¹j
- End Sub
½Æ»s¥N½X |
|