| 查看: 114 | 回复: 1 | |||
| 当前主题已经存档。 | |||
idccu木虫 (小有名气)
|
[交流]
【请教】多个网页导入excel中编码问题
|
||
|
小弟在网上找了个可将多个连续网页导入excel中的编码, 但是运行后只是重复将第一个网页导入,不知什么原因?请高手指点一下。 编码如下: Sub Macro1() Dim rows As Long, n As Long, url As String url = "URL;http://my.taobao.com/mytaobao/ra ... ;snap_id=0#RateType" Sheets("Sheet3" .SelectCells = "" For n = 0 To 30000 \ 40 rows = [c65536].End(xlUp).Row + 1 Cells(rows, 1).Activate With ActiveSheet.QueryTables.Add(Connection:=Replace(url, "@", n + 1), Destination:=Cells(rows, 1)) .FieldNames = True .RowNumbers = False .FillAdjacentFormulas = False .PreserveFormatting = True .RefreshOnFileOpen = False .BackgroundQuery = True .RefreshStyle = xlInsertDeleteCells .SavePassword = False .SaveData = True .AdjustColumnWidth = True .RefreshPeriod = 0 .WebSelectionType = xlAllTables .WebFormatting = xlWebFormattingNone .WebPreFormattedTextToColumns = True .WebConsecutiveDelimitersAsOne = True .WebSingleBlockTextImport = False .WebDisableDateRecognition = False .WebDisableRedirections = False .Refresh BackgroundQuery:=False End With Next MsgBox "OK" End Sub |
» 猜你喜欢
280求调剂
已经有5人回复
求环氧树脂研发1名
已经有7人回复
什么是人一生最重要的?
已经有10人回复
面上可以超过30页吧?
已经有13人回复
网上报道青年教师午睡中猝死、熬夜猝死的越来越多,主要哪些原因引起的?
已经有10人回复
为什么中国大学工科教授们水了那么多所谓的顶会顶刊,但还是做不出宇树机器人?
已经有13人回复
版面费该交吗
已经有17人回复
【博士招生】太原理工大学2026化工博士
已经有8人回复

sihao0564
铁杆木虫 (知名作家)
- 博学EPI: 2
- 应助: 0 (幼儿园)
- 金币: 7744.4
- 散金: 2
- 红花: 3
- 沙发: 7
- 帖子: 5221
- 在线: 120小时
- 虫号: 577192
- 注册: 2008-06-22
- 专业: 生化分析及生物传感
2楼2009-09-01 21:01:41













.Select
回复此楼