Sub createFolderinDesktop()
Dim fso As New Scripting.FileSystemObject
Dim wsh As Object
Set wsh = CreateObject("Wscript.shell")
fso.CreateFolder wsh.specialfolders("Desktop") & "\myfldr"
End Sub
Dim fso As New Scripting.FileSystemObject
Dim wsh As Object
Set wsh = CreateObject("Wscript.shell")
fso.CreateFolder wsh.specialfolders("Desktop") & "\myfldr"
End Sub
No comments:
Post a Comment