dragonnsa.blogg.se

Microsoft word find and replace symbols
Microsoft word find and replace symbols







You are perhaps already familiar with the “ *” and “ ?” wildcards from file matching: In the File + Open dialog, you can display all files with the extension “.doc” by typing “*.doc”, or all files “01062001.doc”, “01072001.doc”, “01122001.doc”… by typing “01?2001.doc”.īut the wildcard feature in Word goes way beyond that, and can be very powerful. Wildcards are like the blank pieces in Scrabble, or like the Jokers you can use in some card games to stand in for any card. I used it in an academic paper to replace It is reproduced just in case the webpage would ever disappear. Finally, the "post-fiddle" is to restore the em-dashes that were in the captions, by doing a global replace of the string "EM-DASH" with the actual em-dash character "^+".Finding and replacing characters using wildcards in MS Word Then you do the separator change as described above. "EM-DASH") that doesn't ever occur in any caption's text. The "pre-fiddle" is to do a global find/replace across captions, replacing the em-dash ("^+") with some other string (e.g. If it does, then you'll need to do a pre- and post- "fiddle" to ensure these em-dashes are not touched by the global replace above. NOTE: This presumes that em-dash does not appear in the caption text anywhere. Do a find/replace searching for special character "em-dash" (^+) in style CAPTION, replacing with " ". FIGURE), select the other labels one by one and repeat this process. If you have other labels in use in the document (e.g. This will replace all separators in captions for the selected label in the CAPTION Window. Go to REFERENCES | INSERT CAPTION, then click on NUMBERING and replace the SEPARATOR "." with "EM-DASH". To globally replace the separator "." with " " (space) in such captions, take two steps: This means these captions will have been (automatically) created in CAPTION style.

microsoft word find and replace symbols

It sounds like Beth may have created captions throughout the document using INSERT CAPTION (hence the presence of field codes).

microsoft word find and replace symbols

And this may not be quite what Beth was looking for.

microsoft word find and replace symbols

Update the field codes.Ĭoming in late on this, probably way too late for Beth (sorry Beth).

microsoft word find and replace symbols

Select-All and re-toggle the field codes. Add any further custom processing to the macro VBA. It's usually better to go the macro route when finding fields because, as you say, the find algorithm that Word uses doesn't work the way you might hope with fields.īut if you know exactly what the fields contain, you can specify a search pattern that will probably work (however not in wildcard mode).įor example, if you want to look for figure number field pairs such as brackets.









Microsoft word find and replace symbols