I understand the concept of MkDir command where I use it to make a new folder in some directory such as MkDir "C:\Test\Test" and also in how to make a folder based on a textbox input such as MkDir "C:\test\" & txtRMA.text. No issues there I know that a folder in the test directory will be named whatever the value of txtRMA.text is. My question is I need to create two folders inside of that one that is INBOUND and the other is OUTBOUND. Basically looking to do this: "C:\test\((VAL)txtRMA.text)\INBOUND" and "C:\test\((VAL)txtRMA.text)\OUTBOUND" all in one step if possible. Any assistance would be greatly appreciated. Sorry no excel file or screenshots this is early in the program and do not have anything in the file yet.
Bookmarks