View Single Post
 
Old 10-25-2012, 05:20 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Windows 7 64bit Office 2010 32bit
Moderator
 
Join Date: Aug 2011
Posts: 4,001
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

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
Reply With Quote