| ©«¤l81 ¥DÃD2 ºëµØ0 ¿n¤À95 ÂI¦W304  §@·~¨t²Îxp ³nÅ骩¥»office 2003 ¾\ŪÅv20 ©Ê§O¨k µù¥U®É¶¡2012-2-29 ³Ì«áµn¿ý2025-10-31 
            
 | 
                
| ''¤WÂdӪѾú¥v¸ê®Æ With ActiveSheet.QueryTables.Add(Connection:="URL;http://www.otc.org.tw/ch/stock/aftertrading/otc_quotes_no1430/SQUOTE_AL_" & myear & mmon & nowday & ".CSV" _
 , Destination:=ActiveCell.Offset(2, 0))
 .FieldNames = True
 .RowNumbers = False
 .FillAdjacentFormulas = True
 .PreserveFormatting = True
 .RefreshOnFileOpen = False
 .BackgroundQuery = True
 .RefreshStyle = xlInsertDeleteCells
 .SavePassword = False
 .SaveData = False
 .AdjustColumnWidth = True
 .RefreshPeriod = 0
 .WebSelectionType = xlSpecifiedTables
 .WebFormatting = xlWebFormattingNone
 .WebTables = "1,2,3"
 .WebPreFormattedTextToColumns = True
 .WebConsecutiveDelimitersAsOne = True
 .WebSingleBlockTextImport = False
 .WebDisableDateRecognition = False
 .WebDisableRedirections = False
 .Refresh BackgroundQuery:=False
 End With
 
 
 Range("a3:a2200").Select
 Selection.TextToColumns Destination:=Range("b4"), DataType:=xlDelimited, _
 TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False, _
 Semicolon:=False, Comma:=True, Space:=False, Other:=False, FieldInfo _
 :=Array(Array(1, 1), Array(2, 1), Array(3, 1), Array(4, 1), Array(5, 1), Array(6, 1), _
 Array(7, 1), Array(8, 1), Array(9, 1), Array(10, 1), Array(11, 1), Array(12, 1), Array(13, 1), _
 Array(14, 1), Array(15, 1)), TrailingMinusNumbers:=True
 Range("a4:a2200").Delete
 Rows("4:4").Select
 Selection.Delete Shift:=xlUp
 Columns("A:O").Select
 Range("a1").Activate
 Selection.ColumnWidth = 8
 
 End Sub
 
 ¸Õ¸Õ¬Ý§a
 | 
 |