摘要: 方法1. 用VBA自带的dir()判断,代码如下: 在 Microsoft Windows 中, Dir 支持多字符 (*)和单字符 (?) 的通配符来指定多重文件 方法2. 用Windows的文件系统函数进行判断,代码如下: 阅读全文
posted @ 2019-03-30 08:51 tec2019 阅读(17438) 评论(0) 推荐(0)
摘要: Option Explicit 'read Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" _ (ByVal lpApplicationName As String, _ ... 阅读全文
posted @ 2019-03-30 08:31 tec2019 阅读(1265) 评论(0) 推荐(0)