![]() |
|
|
|
#1
|
|||
|
|||
|
Hello, As the subject says, how can I find everything in a word document that is bolded with underline and copy to a new word document? |
|
#2
|
|||
|
|||
|
Any thoughts here on how to do this with VBA?
|
|
#3
|
||||
|
||||
|
You don't really need a macro for this. A simple Find/Replace can do it.
1. Specify the find font attributes as not bold, not underlined and the replacement string as ^p. 2. Next, specify the find font attributes as bold, not underlined and the replacement string as nothing. 3. Next, specify the find font attributes as not bold, underlined and the replacement string as nothing. 4. Finally, save as a new document. If you really want a macro you could do all the above with the macro recorder running.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#4
|
|||
|
|||
|
Thanks, works great.
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Select and Copy from Word to Excel | smbrush | Word VBA | 7 | 06-15-2018 08:43 AM |
VBA Find&Replace all bold, itlaic, underlined and highlighted words/characters
|
Kalü | Word VBA | 22 | 04-24-2018 05:35 AM |
| Word 2007-cannot select or copy image | calvin-c | Word | 2 | 01-05-2017 02:26 PM |
Select text to be underline and bold
|
ksigcajun | Word VBA | 1 | 03-16-2015 07:51 PM |
Create an underlined form field within an already underlined line?
|
lwisniewski | Word | 1 | 01-21-2013 05:49 AM |