Quote:
Originally Posted by macropod
If you need to replace the same variable twice, simply use:
Code:
.Execute Replace:=wdReplaceOne
twice...
|
Thanks again, that's helpful for short lists. The list I did had 24 replacements per set. This will be an ongoing procedure. I guess the solution @maniek proposed is more elegant than making 23 (or however many) copy-and-pastes?