Range.Find examples

J

JLGWhiz

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.
 
J

JLGWhiz

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.
 
D

Dave Peterson

You could always record a few different macros when you try different things in
the Find dialog.
 
H

Howard31

Hi Dave,

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

Many Thanks
 
H

Howard31

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!
 
Top