- ©«¤l
- 1018
- ¥DÃD
- 15
- ºëµØ
- 0
- ¿n¤À
- 1058
- ÂI¦W
- 0
- §@·~¨t²Î
- win7 32bit
- ³nÅ骩¥»
- Office 2016 64-bit
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ®ç¶é
- µù¥U®É¶¡
- 2012-5-9
- ³Ì«áµn¿ý
- 2022-9-28
|
¦^´_ 6# leoncc
§Aªº StockNo ¬O¤£¬O¤]¦³·s¼W³s½u?
§Ú¤]¬OExcel 2010¡A©³¤U³o¼Ë¬O¨S°ÝÃDªº- Sub °]°È¤ñ²v()
- Dim URL As String
-
- URL = "URL;http://dj.mybank.com.tw/z/zc/zcq/zcra_" & 1101 & ".djhtm"
-
- With ActiveSheet.QueryTables.Add(Connection:=URL, Destination:=ActiveSheet.Range("K68"))
- .TablesOnlyFromHTML = True
- .RefreshStyle = xlOverwriteCells
- .WebSelectionType = xlSpecifiedTables
- .WebFormatting = xlWebFormattingNone
- .AdjustColumnWidth = False
- .WebTables = "1"
- .WebPreFormattedTextToColumns = True
- .WebConsecutiveDelimitersAsOne = True
- .WebSingleBlockTextImport = False
- .WebDisableDateRecognition = False
- .WebDisableRedirections = False
- .Refresh BackgroundQuery:=False
- Cells.Hyperlinks.Delete
- .Delete
-
- End With
- End Sub
½Æ»s¥N½X |
|