Board logo

標題: [發問] 匯入外部連結格式處理 [打印本頁]

作者: li_hsien    時間: 2014-7-2 14:44     標題: 匯入外部連結格式處理

請問各位大大

小弟使用EXCEL匯入外部連結

下方是大致上匯入的語法  主要是錄製巨集後進行修改
  1. '匯入外部連結
  2.         With Sheets(3).QueryTables.Add(Connection:=Key_URL, Destination:=Sheets(3).Range("A" & Report_Site))
  3.             .WebSelectionType = xlSpecifiedTables
  4.             .WebFormatting = xlWebFormattingNone
  5.             .WebTables = """gridtable"""
  6.             .WebPreFormattedTextToColumns = True
  7.             .WebConsecutiveDelimitersAsOne = True
  8.             .WebSingleBlockTextImport = False
  9.             .WebDisableDateRecognition = False
  10.             .WebDisableRedirections = False
  11.             .Refresh BackgroundQuery:=False
  12.         End With
複製代碼
匯入的值能否保持網站的原格式

因為網站的值是001

但匯入後會轉為1

不知能否一樣用001來顯示


請大大們幫忙解惑  

謝謝




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)