Re: wdDialogEditAutoText by Julie
Julie
Fri Oct 22 10:53:21 CDT 2004
Kirsten,
What version of Word?
As far I know, what you wish to do is not possible in Word 2K and that seems
also to be so in Word XP (either no dialog constant available or dialog
constant is broken ... I cannot recall which of those problems applies).
I encountered this a few years ago when attempting to prevent save of
autotext entries to normal.dot. I work around it by using a custom macro to
save autotext, which points directly to the template to save in,
oTemplate.AutoTextEntries.Add _
Name:=sNewAutoTextName, _
Range:=Selection.Range
Hope this helps.
Julie
"Kirsten" <flippykittenNS@yahooNS.com> wrote in message
news:eLogngEuEHA.2876@TK2MSFTNGP14.phx.gbl...
> Hi, I was hoping someone could help me out. These are the arguments for
> wddialogeditautotext: Name, Context, InsertAs, Insert, Add, Define,
> InsertAsText, Delete, and CompleteAT
>
> So which argument would I use to set the template to a specific template
> of
> my choosing when calling the command wddialogeditautotext in a vba
> program?
>
> Thanks for any help?
> --
> -Kirsten
>
>