
Paragraph first line indent
Wow, that is downright straightforward.
Thanks.
And thanks for your other help, too.
Jon
Quote:
>-----Original Message-----
>Jon,
> Selection.ParagraphFormat.FirstLineIndent =
InchesToPoints(0.5)
>BTW, this is one case where using the macro recorder to
do what you
>need and then examining (and t{*filter*} the junk from) the
resulting
>code *does* give you usable code.
-----------
>------ WWW: http://www.*-*-*.com/ ~mtangard -----------
-----------
>------------- "Life is nothing if you aren't obsessed." --
John Waters
>----------------------------------------------------------
-----------
>> In Word97 I can select Format|Paragraph.
>> In the dialog I use the Indents & Spacing tab.
>> For Indentation I select First Line for Special and 0.5"
>> for By.
>> How can I accomplish the same thing in VBA?
>> Thanks,
>> Jon
>.