I have the following code to show a folder upon opening my excel file, however, if the folder doesn't exist then it bugs out.
I have tried codes like on error resume next, on error resume line1" etc... and even if err.number= 75 and nothing will skip over the script if the folder doesn't exist, any help would be appreciated.
I have also tried If Dir("\\IBSSBS\Users\jtait\My Documents\Personal" & <> "" Then
the code that I want to work is.
I have tried codes like on error resume next, on error resume line1" etc... and even if err.number= 75 and nothing will skip over the script if the folder doesn't exist, any help would be appreciated.
I have also tried If Dir("\\IBSSBS\Users\jtait\My Documents\Personal" & <> "" Then
the code that I want to work is.
Code:
SetAttr \\IBSSBS\Users\jtait\My Documents\Test1, vbShow