Good Morning,
I found a script to create the folder and I have modified it. This script create a folder in the server\User\"UserName". If the Folder is already created then it exists otherwise it creates the folder.
Dim objNet,objFSO, objFolder, strDirectory,test
On Error Resume Next...