|
-
May 14th, 2012, 03:14 AM
#1
Thread Starter
Junior Member
"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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|