Hi
I had some good suggestions when I posted this question earlier but I still have not been able to either copy a folder from one location to another through VB or create a new folder. I was told to use
DIM FSO as NEW FileSystemObject
FSO.CreateFolder "FolderPath"
but I can't get this to work. Can anyone give me the code I need to acheive this. I looked through the help section which gives the syntax of the CopyFolder method but it doesn't give me an example that I can use.
I had some good suggestions when I posted this question earlier but I still have not been able to either copy a folder from one location to another through VB or create a new folder. I was told to use
DIM FSO as NEW FileSystemObject
FSO.CreateFolder "FolderPath"
but I can't get this to work. Can anyone give me the code I need to acheive this. I looked through the help section which gives the syntax of the CopyFolder method but it doesn't give me an example that I can use.