vb Code:
Case 76 ' i thnk this is right, but you would need to test if it does what you want, if the normal is not found then adds to log if instr(f1 , "Folder\Databases\Normal") > 0 then mystr = mystr & f1 & " - Path not found" & vbnewline ' add to string here Err.Clear




Reply With Quote