Just create it regardless with error handling

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)
 
D

Dave Peterson

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)
 
B

Bob Phillips

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)
 
D

Dave Peterson

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>.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top