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