View Single Post
 
Old 11-09-2013, 09:35 AM
jeff_kaufman jeff_kaufman is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Nov 2013
Posts: 2
jeff_kaufman is on a distinguished road
Default Justify Paragraph Start position with VBA

Struggling to find an answer for this problem. I am getting paragraph text that is wrapping all the way to the left of the page.

What I want it to do is wrap to where the paragraph started which could be 2-3 points tabbed in from the right.

I have tried using this type of formatting to no help:

Code:
Selection.ParagraphFormat.Alignment = wdAlignParagraphJustify
Thanks in advance.
Reply With Quote