- ©«¤l
 - 1572 
 - ¥DÃD
 - 16 
 - ºëµØ
 - 2 
 - ¿n¤À
 - 1521 
 - ÂI¦W
 - 0  
 - §@·~¨t²Î
 - xp 
 - ³nÅ骩¥»
 - office 2003 
 - ¾\ŪÅv
 - 150 
 - ©Ê§O
 - ¨k 
 - µù¥U®É¶¡
 - 2010-5-1 
 - ³Ì«áµn¿ý
 - 2016-1-13 
 
   
 | 
                
¨ä¹ê§A¿ý»s¤@¤U´N¥i±o¨ì¥N½X¡A¦A§â2610§ï¦¨Àx¦s®æ¦ì§}¦p[a1], ¦p¦¹¦Ó¤w¡C- Sub Macro2()
 
 -     With ActiveSheet.QueryTables.Add(Connection:= _
 
 -         "URL;http://tw.stock.yahoo.com/d/s/company_" & [a1] & ".html", _
 
 -         Destination:=Range("A3"))
 
 -         .Name = "company_" & [a1]
 
 -         .FieldNames = True
 
 -         .RowNumbers = False
 
 -         .FillAdjacentFormulas = False
 
 -         .PreserveFormatting = True
 
 -         .RefreshOnFileOpen = False
 
 -         .BackgroundQuery = True
 
 -         .RefreshStyle = xlInsertDeleteCells
 
 -         .SavePassword = False
 
 -         .SaveData = True
 
 -         .AdjustColumnWidth = True
 
 -         .RefreshPeriod = 0
 
 -         .WebSelectionType = xlSpecifiedTables
 
 -         .WebFormatting = xlWebFormattingNone
 
 -         .WebTables = "9"
 
 -         .WebPreFormattedTextToColumns = True
 
 -         .WebConsecutiveDelimitersAsOne = True
 
 -         .WebSingleBlockTextImport = False
 
 -         .WebDisableDateRecognition = False
 
 -         .WebDisableRedirections = False
 
 -         .Refresh BackgroundQuery:=False
 
 -     End With
 
 - End Sub
 
  ½Æ»s¥N½X |   
 
 
 
 |