Good Afternoon,
What is the code to make multiple sub Directories?
I currently have the following, which works no probs
Private Sub Command70_Click()
[Drawing Number].SetFocus
If Len(Dir("\\Gimli\dofiles\CO Drawings\ABC\Drawings Issued\LW\" & [Drawing Number].Text, vbDirectory)) = 0 Then...