![]() |
#7
|
||||
|
||||
![]()
It seems as if you have to change the Line Spacing and Spacing Before/After for the style. Something like this:
Code:
With PwrdPasteDoc.Styles("Normal") .Font.Size = 10 .Font.Name = "Arial" .ParagraphFormat.LineSpacingRule = 0 'single line spacing .ParagraphFormat.SpaceBefore = 0 .ParagraphFormat.SpaceAfter = 0 End With
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
WDFormatOriginalFormatting does not retain formatting when content pasted from RTF | ramsgarla | Word Tables | 1 | 10-05-2012 02:35 AM |
![]() |
ramsgarla | Word | 3 | 10-01-2012 03:52 AM |
Bulleted Lists in Notebook Layout | beatles1291 | Word | 0 | 01-25-2012 08:52 PM |
Bulleted and Numbered Lists | peret944 | Word | 0 | 03-25-2011 01:08 PM |
![]() |
mhartman09 | Word | 2 | 12-10-2010 12:18 PM |