Swap words next to each other in Word?
If I have a Word-document and want 2 words next to each other to change places with oneanother is that possible with some function or logic in Word?
Solution 1:
If the words are next to each other,
Turn on "Use Wildcards"
Find: (1stword) (2ndword)
Replace: \2 \1
Solution 2:
Not sure I understand your question but you can use search and replace like this:
- Replace the first word with something random
- Replace the second word with the first word
- Replace the random word with the second word