"Add space between paragraphs of Word" using vba?
Hi friends,
I know about adding space between every paragraph of Active Document by using the VBA code.
With Selection.Range.Style
.NoSpaceBetweenParagraphsOfSameStyle = True
End With
But i need the code to add space between every paragraph. Did any one can help to resolve this?
Regards,
Deego
Re: "Add space between paragraphs of Word" using vba?
you can use find and replace method to find each paragraph mark and replace with paragraph mark and space, try recording macro
Re: "Add space between paragraphs of Word" using vba?
Thread moved from the 'VB6' forum to the 'Office Development/VBA' forum (while VBA and VB6 have some similarities, they are not the same thing)