
Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
I'm using the following code:
Selection.Paragraphs.TabStops.ClearAll
Selection.ParagraphFormat.TabStops.ClearAll
Selection.Paragraphs.TabStops(InchesToPoints(1.25)) _
.Alignment = wdAlignTabLeft
Selection.Paragraphs.TabStops(InchesToPoints(6.5)) _
.Alignment = wdAlignTabRight
Selection.Collapse Direction:=wdCollapseEnd
NormalTemplate.AutoTextEntries("QPace").Insert _
Where:=Selection.Range
> Mickey was telling us:
> Mickey nous racontait que :
[quoted text clipped - 9 lines]
>
> What code are you using to insert the Autotext entries?
Jay Freedman - 30 Oct 2007 01:27 GMT
NormalTemplate.AutoTextEntries("QPace").Insert _
Where:=Selection.Range, RichText:=True
If you put the cursor on the method name (.Insert) and press F1, you
get the Help topic about that method, which explains the optional
RichText argument.
>I'm using the following code:
>
[quoted text clipped - 23 lines]
>>
>> What code are you using to insert the Autotext entries?
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.