Just create it regardless with error handling

  • Thread starter Thread starter Bob Phillips
  • Start date Start date
B

Bob Phillips

On Error Resume Next
MkDir "I:\Mybackup\"
On Error Goto 0


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
What the heck happened? <vbg>

Bob said:
On Error Resume Next
MkDir "I:\Mybackup\"
On Error Goto 0

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Only he knows, because I don't. I guess I somehow focussed on the subject
when I added the text. I see you gave the same answer <g>

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
I meant that your message seemed to be a new thread--not in response to the
previous message.

I was wondering if you hit New instead of Reply, but then how did you enter the
subject without noticing it <bg>.
 
Back
Top