关于VBA 如何判断指定路径的文件夹是否为空(无文件夹和文件)的问题
Dim f1 As Object
?
Set f1 = CreateObject(“scripting.filesystemobject”)?
mPath?=ThisWorkbook.Path & “ak”
If f1.folderexists(mPath) = False Then
‘代码
end if
关于VBA 如何判断指定路径的文件夹是否为空(无文件夹和文件)的问题
Dim f1 As Object
?
Set f1 = CreateObject(“scripting.filesystemobject”)?
mPath?=ThisWorkbook.Path & “ak”
If f1.folderexists(mPath) = False Then
‘代码
end if