How do I create Folders/Sub folders from User Form control button
If you can dig up a copy of the VBS documentation in a CHM file, it'll tell
you about the FileSystemObject, which lets you create files and folders and
do other cool stuff. You can use it in VBA as well as in VBScript, and it's
definitely what I would use for this. I think you can also find
documentation on it in MSDN.
--- "Brian" wrote:
I have a User Form that I would like to take one of the spare control buttons
and have it set up my job folder on the hard drive. I am not sure how to
code it....
|