![]() |
|
#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.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Select and Copy from Word to Excel | smbrush | Word VBA | 7 | 06-15-2018 08:43 AM |
![]() |
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 |
![]() |
ksigcajun | Word VBA | 1 | 03-16-2015 07:51 PM |
![]() |
lwisniewski | Word | 1 | 01-21-2013 05:49 AM |