
Press Esc to get rid of the Find and Replace dialog box.Word selects all the words that match the pattern you specified in step 2. Use the drop-down list under the check box to select Main Document.In the dialog box, make sure you select the Highlight All Items check box.
I am trying to find and replace text via VBA using the following code: If TextBox1.Text <> '' Then Options.DefaultHighlightColorIndex wdNoHighlight True With Selection.Find. Set up your wildcard search as you normally would to locate all the words that have the initial caps letter. I have an MS Word document including a table. The Find tab of the Find and Replace dialog box. Use the drop-down list under the check box to select Main Document. In the dialog box, make sure you select the Highlight All Items check box. Set up your wildcard search as you normally would to locate all the words that have the initial caps letter. The wildcard syntax is shown at the top of the list. (Optional) Click the Special menu to select a wildcard. Click the More button, if it is available. The Find tab of the Find and Replace dialog box. If you're familiar with wildcards, you can type them out as part of the search phrase. Press Ctrl+F to display the Find tab of the Find and Replace dialog box. You can, however, easily change the case of those letters by following these general steps: The closest you can achieve is to create a macro that will use Find and Replace to step through all instances of your capitalized words and individually change the case of them. There is no way to do this in Word, at least not using Find and Replace by itself. #Microsoft word find and replace putting everything in caps how to#
He thought of using a Replace string, but didn't know how to create one that would do that. However, David was unable to figure out how to change the initial capital to lowercase. Using wildcards, he wrote a Find string that correctly found capitalized words. David wanted to find words with an initial capital letter and change the initial capital letter to lowercase.