Hi guys,
I have a code below that I'm currently working on. This code should move folder to another destination. But for some reason, the code moves the files inside the source folder, not the source folder itself.
Sub MOVE_FOLDER()
Dim FSO As Object
Dim sFolder As String, dFolder As String...