Well, a fairly non-simple macro-free way to do it is to use wildcards in the Find and Replace dialog box. First, click "Replace" on the Home tab (assuming you're in Word 2007 or later. If not, then press CTRL+F to go to Find, and then click the tab for Replace). Then, click "More >>" at the bottom. Check the box next to "Use wildcards". Then, fill in the fields like so:

The //(<*>) will search for a single word after the "//", so keep in mind that this will only work with one-word usernames.
I'm not really experienced with Office Macros, but after enough Googling, I could probably throw something together if you want. Only suggestion I would have would be to also include something to mark the end of the username so the macro can distinguish between actual usernames and normal words. For example, instead of //Two Words, I would suggest //Two Words//, /*Two Words*/, or [Two Words], to prevent the macro from thinking the username is just "Two".
But anyway, I threw the Find and Replace method in there as a temporary solution until I can possibly make a macro.
|
|
Bookmarks