VBA: Find method

September 20th, 2004 | Categories: VBA | Tags: ,
-->

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!
  1. Deepak
    October 18th, 2011 at 11:47
    Reply | Quote | #1

    Thanks a lot for the link. Was struggling to find how to use FIND :)

    Cheers,
    Deepak