Range.Find examples

  • Thread starter Thread starter Howard31
  • Start date Start date
There is a very good one in the VBA help file. Just open the VBE (Alt + F11)
and click on the help icon, type in Find or FindNext and select the one you
want from the list of options that appear in the help topic window.
 
If you are using the web based news reader, you can use the search box over
the posting window to seach for previous postings by typing in the topic and
clicking GO.
 
You could always record a few different macros when you try different things in
the Find dialog.
 
Hi Dave,

I very much appreciate your help, I will try recording those macros as you
described.

Many Thanks
 
Hi Dick,

I read your article about the Find method, and found it quite helpful,
especially the part that the default arguments of the Find method changes
according to what was specified in the last use of Find.

Many thanks!
 
Back
Top