Something that you may help me with im trying to create a user form that will allow me to open folder, the code im using to create the folder is:
MkDir "\\Kenttimber\general\home\Nick\Database\data\" & TextBox1.Value
' creates a new folder in the active folder
but as you can see the folder is not located on my hard drive but on another computer.
Any help you cvan give will be great
MkDir "\\Kenttimber\general\home\Nick\Database\data\" & TextBox1.Value
' creates a new folder in the active folder
but as you can see the folder is not located on my hard drive but on another computer.
Any help you cvan give will be great