Hello,
I have this bit into my code, that should return simple "Yes", "No" values present in the range.
inclusion = Application.VLookup(Dest, details, 10, False)
All variables are defined, inclusion as Variant, Dest as String, details as Range.
The problem i am encountering is that when the...