I need to search only one column in my code. before for my search I was useing:
Cells.find(.....)
so i tried adapting that by first using
select cells ("A":"A")
cells.find(...)
but that didnt work so I went to
Cells([],[A]).find(...)
and nothing seems to be working. Any help?