VBA创建文件夹

Option Explicit

Sub createFolder()
    On Error Resume Next
    
    'create folder with vba
    VBA.MkDir ("D:\Excel\VBA_Example")
End Sub

当前题目:VBA创建文件夹
地址分享:http://ybzwz.com/article/ggeegd.html