Dear VBForumers,
I am looking to make a sub folder, which is called: User101 or something like that, even. Then move a xlsx file from the root site of the disk drive, to the location of the recently created folder, called: User101. Or then actually I am looking to have the folder, to be made from the following TextBox.Text string data from the very same app, that is moving the workbook, to the specified location, then so.
Something like this below in my code brackets, but then more specific, even...
!! Thanks in advance !!
I am looking to make a sub folder, which is called: User101 or something like that, even. Then move a xlsx file from the root site of the disk drive, to the location of the recently created folder, called: User101. Or then actually I am looking to have the folder, to be made from the following TextBox.Text string data from the very same app, that is moving the workbook, to the specified location, then so.
Something like this below in my code brackets, but then more specific, even...
Code:
MkDir (TextBox.Text)
Winsock1.Data = TextBox.Text, Folder
FileCopy = F:\ TextBox.Text ".xlsx"