You are here: Home » Macro Library » Lesson 1.6 homework part B solution
Hey Keith,
I just tried this code and it returns error. I have debugged it and found theerror:
intLastSlashLoc = InStrRev(strFilePath, “”, -1)
Should be intLastSlashLoc = InStrRev(strFilePath, “\”, -1)
Regards, Branko
You must be logged in to post a comment.
Hey Keith,
I just tried this code and it returns error. I have debugged it and found theerror:
intLastSlashLoc = InStrRev(strFilePath, “”, -1)
Should be
intLastSlashLoc = InStrRev(strFilePath, “\”, -1)
Regards,
Branko