Hi

Is it possible to have 2 criteria in the what part of find? I have tried the & and it does not work

At the moment I have a find in an if statement based on the other find ie:
find criteria1
if so find criteria2

Thanks

Set c = Worksheets("MFS").Range("A1:a1000").Find(what:="enbl", lookat:=xlPart)