I have a visual basic macro with the following line.
Set C = .Find(Priority, LookIn:=xlValues)

The problem is that if priority = 1, I might get back the column that
has 13 is there any easy way to find an exact match?