leonepaolo
Programmer
Hi, I'm at my wits end here. I've been at this on and off for ages. I just can't get it. I've looked it up in the help file. I've googled it. I'm going bonkers.
Finally I figured out a work around, but there's got to be a better way than this:
FileCopy a,b
Kill a
I must be missing a reference or somthing. When I do:
Move a,b
I get Run-time error '1004'
Application-defined or object-defined error.
MoveFile a,b
this generates sub or function not defined.
I've looked up FileSystemObject and a few others, but I can't put it together.
Please help.
Finally I figured out a work around, but there's got to be a better way than this:
FileCopy a,b
Kill a
I must be missing a reference or somthing. When I do:
Move a,b
I get Run-time error '1004'
Application-defined or object-defined error.
MoveFile a,b
this generates sub or function not defined.
I've looked up FileSystemObject and a few others, but I can't put it together.
Please help.