cmccant
- 粉丝: 2
- 资源: 13
看过该资源的人还看了
内容简介:EXCEL VBA 读取文本文件宏Sub readtxt()Dim RlumpLog As String RlumpLog = Application.GetOpenFilename("BSC Log (*.log), *.log", 1) If RlumpLog = "False" Then Exit Sub Dim fn As Integer, i As Integer Dim MyStr As String fn = FreeFile i = 2 Open RlumpLog For Input As fn ...
- 1
- 2
前往页