![]() |
#22
|
||||
|
||||
![]()
1. After:
.Paragraphs.First.Style = "Normal" insert: .Paragraphs.First.Range.Style = "Strong" 2. Before 'With wdDoc.Range', add: Code:
With wdDoc.Styles("Normal").ParagraphFormat .SpaceBefore = 0 .SpaceAfter = 0 End With Code:
With .Paragraphs.First.Range.Words.First .Style = "Emphasis" .Next.Words.First.Style = "Emphasis" End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calendar Creation | sjvjoe | Publisher | 1 | 07-14-2016 06:32 PM |
![]() |
Privateer | Word | 3 | 06-20-2013 08:15 PM |
Help with Complex Table Creation | saquib | Word | 0 | 02-12-2013 06:28 AM |
![]() |
speloquin | Word | 1 | 05-27-2011 03:08 PM |
Report creation. | Igtech | Excel | 1 | 04-02-2010 03:33 PM |