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?
feedback
|
|
If the words are next to each other, Turn on "Use Wildcards" Find: (1stword) (2ndword) Replace: \2 \1 | |||||||
feedback
|
|
Not sure I understand your question but you can use search and replace like this:
| |||||||||||||||
feedback
|
|
If you want some VBA to swap two adjacent words around, this will do it:
| ||||
|
feedback
|
|
Random words are not needed if you have two exact word separated by a single space (or some similar CONSISTENT layout) Use Find and replace to search for word1 word2 and replace with word2 word1 | |||
|
feedback
|