I ran into an error when searching values and
It errors out on this line:
If (FoundCell.Address = FirstFound.Address) Then
Error is error number 13 - Type mismatch
FoundCell.Address is "$A$6" and FirstFound.Address is "$A$5"
The value in $A$5 is "Vendor # Vienna Beef"
The value in...