

This is the first parameter and it is required. The VBA Find uses parameters in the same way. You must give it the item you are searching for. This means you give it a range when you use it.

For example, the Sum function has a Range as a parameter. This is similar to how you use worksheet functions. To use the options you pass them as parameters to the Find function. The VBA Find function uses most of the options you can see on this Dialog. When you do this the following dialog will appear: In the menu that appears select Find(shortcut is Ctrl + F) To view the Excel Find dialog, go to the Home ribbon and click on Find & Select in the Editing section.
#Excel vba on cell change example how to
If you want to go straight to an example of Find then check out How to do a Simple Find.
#Excel vba on cell change example code
It also has tons of code examples of Find you can use right now. This post covers everything you need to know about the VBA Find function. It explains, how to use Find, in simple terms.
