例如Sub W1() If Len(Dir("d:/A.xls")) = 0 Then MsgBox "A文件不存在" Else MsgBox "A文件存在" End If End Sub我只知道... VBA中len()的语法和 ...
確定! 回上一頁