I\'m trying to perform a \"find\" in a Excel sheet with this instruction:
Set Found = Columns(2).Find(What:=value_to_find, After:=ActiveCell, LookIn:=xlFormulas,
[RESOLVED] Many Thanks everyone, I resolved my question with the Ralph's support.
The variable Found (in your code) must be of type variant. So, if you explicitly set Dim Found as variant then your code should work.