VBA读取文件

首先咱们须要认识几个相关定义 FileSystemObject 文件系统定义web Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("c:\testfile.txt", True) a.WriteLine("This is a test.") a.Close 以上是offices2010里头
相关文章
相关标签/搜索