Quote:
Originally Posted by Carchee
The source header is single spaced and has 0 pt before and after lines, however after the the source header is pasted the line spacing is changed to 10 pt after lines. I noticed it does this if I manually copy and paste.
|
Evidently, then, someone is overriding the Style definitions, with manual formatting. If the Styles were being used properly, that wouldn't be an issue. You could try replacing:
Code:
.Range.FormattedText = _
wdDocSrc.Sections.First.Headers(HdFt.Index).Range.FormattedText
with:
Code:
wdDocSrc.Sections.First.Headers(HdFt.Index).Range.Copy
.Range.PasteAndFormat wdFormatOriginalFormatting