Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a Blank Line Between the Existing Paragraphs in a Word DocumentContent of Add a Blank Line Between the Existing Paragraphs in a Word Document.vbsMD5 Hash: 13A3759707419D11C0E63698BE2ABEE3 |
||
Set objWord = CreateObject("Word.Application")
objWord.Visible = True Set objDoc = objWord.Documents.Open("C:\Scripts\Test.doc") Set colParagraphs = objDoc.Paragraphs colParagraphs.LineUnitAfter = 1 | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |