收藏 分享(赏)

怎样利用vba将txt文档中的数据按照逗号分隔符依次倒入excel文档中.doc

上传人:11xg27ws 文档编号:6188436 上传时间:2019-04-01 格式:DOC 页数:2 大小:27.50KB
下载 相关 举报
怎样利用vba将txt文档中的数据按照逗号分隔符依次倒入excel文档中.doc_第1页
第1页 / 共2页
怎样利用vba将txt文档中的数据按照逗号分隔符依次倒入excel文档中.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、怎样利用 vba 将 txt 文档中的数据按照逗号分隔符依次倒入 excel文档中?Sub 文本导入()fileToOpen = Application.GetOpenFilename(“请选文本(*.txt), *.txt“, , “导入逗号分隔文本“)If fileToOpen = False ThenExit SubEnd IfRange(“A1“).SelectWith ActiveSheet.QueryTables.Add(Connection:=“TEXT;“ & fileToOpen, Destination:=Range(“A1“).FieldNames = True.RowN

2、umbers = False.FillAdjacentFormulas = False.PreserveFormatting = True.RefreshOnFileOpen = False.RefreshStyle = xlInsertDeleteCells.SavePassword = False.SaveData = True.AdjustColumnWidth = True.RefreshPeriod = 0.TextFilePromptOnRefresh = False.TextFilePlatform = 936.TextFileStartRow = 1.TextFileParse

3、Type = xlDelimited.TextFileTextQualifier = xlTextQualifierDoubleQuote.TextFileConsecutiveDelimiter = False.TextFileTabDelimiter = False.TextFileSemicolonDelimiter = False.TextFileCommaDelimiter = True.TextFileSpaceDelimiter = False.TextFileColumnDataTypes = Array(1, 1, 1).TextFileTrailingMinusNumbers = True.Refresh BackgroundQuery:=FalseEnd WithEnd Sub将导入的数据放在原来的单元格中,而不是新插入单元格:.RefreshStyle = xlInsertDeleteCells 把上面句改为下面一句即可:.RefreshStyle = xlOverwriteCells

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 实用文档 > 办公软件应用

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报