![]() |
|
#1
|
||||
|
||||
![]()
If a range object spans multiple paragraphs, you can change the 1 to 2, 3, etc. to specify which paragraph in the range to work with. With the way oRng is set in the code you're using, you can only use 1. You could also use:
Set oRng = oPara.Range.Next.Paragraphs.First.Range or: Set oRng = oPara.Range.Next.Paragraphs.Last.Range
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
bertietheblue | Word Tables | 2 | 07-26-2015 07:26 AM |
![]() |
footer-assistance | Word | 1 | 06-29-2015 03:49 AM |
Making Bold Using 'IF' | bigukfan | Mail Merge | 3 | 03-10-2014 02:11 PM |
![]() |
Pluviophile | Word | 7 | 10-22-2013 10:29 AM |
Format Bold in one line makes all lines bold | Nitte | Word | 2 | 02-07-2013 12:34 AM |