find

  • Thread starter Thread starter ranswert
  • Start date Start date
R

ranswert

I am using "find" to find a string in a range of cells. How do I keep
searching in the range for more occurrances of that string I am searching
for? I think there is a "find next" , but I am not sure how to use it with
"find".

Thanks
 
Look in the vba help index for FINDNEXT. Essentially it is a find loop.
There is a good example.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top