vb Code:
  1. Case 76
  2.                 ' 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
  3.                 if instr(f1 , "Folder\Databases\Normal") > 0 then  mystr = mystr & f1 & "  - Path not found" & vbnewline ' add to string here
  4.                     Err.Clear