View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Robert.Cordani@us.schneider-electric.com is offline
external usenet poster
 
Posts: 22
Default Find exact match.

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?