Try this:
http://www.vbaexpress.com/kb/getarticle.php?kb_id=629
Regards,
Alan
On Aug 7, 1:22 pm, "na...@community.nospam" <na...@community.nospam>
wrote:
> How can I get a list of all the autocorrections in word (I think they
> are called autotext). I'm going to process them in a c# application.
> Thanks
> Andrea
See the article "What files do I need to back up?" at:
http://www.word.mvps.org/FAQs/General/FilesToBackup.htm
and, more specifically,
http://www.word.mvps.org/FAQs/Customization/ExportAutocorrect.htm

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> How can I get a list of all the autocorrections in word (I think they
> are called autotext). I'm going to process them in a c# application.
> Thanks
> Andrea
nagar@community.nospam - 07 Aug 2007 22:17 GMT
Thanks for the links. The code you sent me is in VBA.
I actually need to export the list in a text file possibly from a C#
application. Do I need to connect to the Word object model and can I
do it in a simpler way parsing a file?
Andrea
Doug Robbins - Word MVP - 08 Aug 2007 00:36 GMT
I don't have any experience of doing things from C#, but I would be certain
that it is necessary to connect to the Word Object Model to be able to use
the Word VBA commands.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Thanks for the links. The code you sent me is in VBA.
> I actually need to export the list in a text file possibly from a C#
> application. Do I need to connect to the Word object model and can I
> do it in a simpler way parsing a file?
> Andrea