列出文件夹中的所有文本文件并将信息写入 Excel 工作表
文件夹中有某些文本文件,即 file1.txt ;文件2.txt; ...此外,还有一个字符串数组,可以在 VBScript 中存储为studs(i)。我的目标是验证每个字符串 (studs(i)) 是否存在于每个文本文件 (fileN.txt) 中,并将信息写入 Excel 工作表,其中行和文件名中包含字符串元素 (file1, file2, file3) ,....) 在列中。我需要一个 Vbscript 来自动执行此过程。非常感谢任何帮助
There are certain text files in a folder, i.e, file1.txt ; file2.txt; ... Also, there is an array of strings which can be stored as studs(i) in VBScript. My objective is to verify if each string (studs(i)) is present in each of the text file (fileN.txt) and write the information to an excel sheet with the strings elements in the rows and filenames(file1, file2, file3,....) in the columns. I need a Vbscript which automates this process. Any help is greatly appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这是否有助于
代码
输出
See if this helps
Code
output