Sorry, I am a complete beginner with VBA so I must ask like this. In the
specifications you sent me, there were the following:
wdAlignParagraphJustifyLow-Justified with a low character compression ratio.
wdAlignParagraphJustifyHi-Justified with a high character compression ratio.
Is it possible to choose one enumeration and apply it to the whole document/or selected part, or is that something that is not possible to apply?
Quote:
Originally Posted by macropod
The WdParagraphAlignment constants apply to the .ParagraphFormat.Alignment property.
|