This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code
This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code
Rate This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code
(1(1 Vote))
'Paste This Code In To The Code Window
'Add Microsoft Scripting Runtime From References
Private Sub Form_Load()
Dim g As New FileSystemObject 'This Sets g As A New FileSystemObject
g.CreateFolder "C:\George Scott" 'This Creates A New Folder In C:\ Called George Scott
End Sub
This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code Comments
No comments yet — be the first to post one!
Post a Comment