VBMaximizer Tour:
Advanced Find and Replace

Searches a string in the project's code, and supports many options not available with the standard VB Find command. This command brings a Find and Replace dialog, that lets you specify where the string should be searched, and other search options. Unlike the standard VB command, the VBMaximizer Find and Replace command can work on a subset of all the modules in the current project, as well as across all the projects currently loaded in the IDE. Just as interesting, you can include or exclude matches in remarks, quoted strings, and even form and control properties.

Type the string you want to search for and optionally the string you want to use for the replacement
Select where to perform the search: this can be the selected text only, the current procedure, the current module, only some modules, the current project or all the project currently open in the IDE
Select the standard options for the search
Some more options that let you to specify whether the search will also include the remarks, thequote string, the statements and the control properties

Once the search is done, you get the results in a dockable window in which the found occurrences are listed together with some details about their position, such as the line, column, procedure name and module
When you select an item in the listview, the correspondent code occurrence is made visible and highlighted