VBA: Find method
The usual way to locate or find data in a range is to loop through a range applying logic to stop if a criteria is met.
Using the find method may be a quicker and more efficient way to locate data when searching a worksheet using VBA.
While there isn’t an abundance of information on using the find method with VBA, I did stumble upon this great tutorial:
Link:
The Code Net – The Ultimate Search
Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
Get answers right away at our AE Excel Support Forums!



Thanks a lot for the link. Was struggling to find how to use FIND
Cheers,
Deepak