Hi guys!
I have a 1430 page word file where I want to:
- Copy a line till a period (including the period).
- Have a line break
- Paste the line.
- Enclose each word of the pasted line in parentheses.
- Line break
- Return to step 1.
For e.g if I have the following text
I love MS Office forums. Forum members are very helpful. I could use their kind help.
After my macro, the display should look like:
I love MS Office forums.
(I) (love) (MS) (Office) (forums)(.)
Forum members are very helpful.
(Forum) (members) (are) (very) (helpful)(.)
I could use their kind help.
(I) (could) (use) (their) (kind) (help)(.)