Paragraph first line indent 
Author Message
 Paragraph first line indent

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
---------------------------------------------------------------------

Quote:

> 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



Wed, 17 Dec 2003 08:11:42 GMT  
 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
>.



Thu, 18 Dec 2003 00:38:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. resetting default first line indent, hanging indent

2. Richtextbox: How can I indent the second line upto the end of the paragraph

3. Rich Text Box - First line indent

4. Indenting Paragraphs in Text Formatted Email

5. Finding multi-line paragraphs (wrapped lines)

6. cursor in first paragraph

7. bolding each first paragraph and stoping at the :

8. Extracting out the first paragraph of a field

9. RTB - auto indent to match the tab stop of the line above

10. Indented Line

11. Tip - Using TAB to indent several lines

12. indent text when line wraps

 

 
Powered by phpBB® Forum Software