G
Guest
I want my Auto_open file to check to see if there is a folder and if not
create it
Something like
user = Application.username
If "//server3/jobs/user/" exists then
do something
Else
create the user folder
create it
Something like
user = Application.username
If "//server3/jobs/user/" exists then
do something
Else
create the user folder