如果要在Excel 中以VBA 巨集程式建立目錄,可以使用 MkDir 函數,其用法很簡單, ... 確認目錄不存在 If Len(Dir("C:\OfficeGuideTmpFolder", vbDirectory)) = 0 Then ...
確定! 回上一頁