| ©«¤l361 ¥DÃD57 ºëµØ0 ¿n¤À426 ÂI¦W0  §@·~¨t²Îwin7 ³nÅ骩¥»2003,2010 ¾\ŪÅv20 ©Ê§O¨k µù¥U®É¶¡2010-5-13 ³Ì«áµn¿ý2022-12-8 
 | 
                
| ¦^´_ 1# chwqk 
 ¤é´Á¦Û¤v§ï
 
 TLBLE¦Û¤v§ï
 Sub Macro1()
 
 With ActiveSheet.QueryTables.Add(Connection:= _
 "URL;http://www.twse.com.tw/ch/trading/exchange/TWTB4U/TWTB4U.php?input_date=103%2F03%2F04&select2=&login_btn=+%ACd%B8%DF+" _
 , Destination:=Range("A1"))
 .WebSelectionType = xlSpecifiedTables
 .WebFormatting = xlWebFormattingNone
 .WebTables = "9,11"
 .WebPreFormattedTextToColumns = True
 .WebConsecutiveDelimitersAsOne = True
 .Refresh BackgroundQuery:=False
 End With
 End Sub
 | 
 |