View Single Post
  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Herb Tyson [MVP] Herb Tyson [MVP] is offline
external usenet poster
 
Posts: 2,936
Default How can I add a large number of correction pairs to AutoCorrec

As indicated, you'd probably need a macro to add the pairs. On the bright
side, there is no maximum "number" of autocorrect pairs you can add...
according to Microsoft, you're limited only by hard disk space and available
memory. I've never hit a limit, but then again, I've never added 2000+
pairs.

I'm not familiar enough with WordPerfect to know what it can do in this
regard, but I do recall that XyWrite could do what you want, since the
equivalent of AutoCorrect was stored in an easy-to-access/edit file.

I said you'd *probably* need to write a macro. An alternative exists if
you're able to understand the format used for .acl files--which is where
unformatted AutoCorrect entries are stored. Running Office 2007 in Vista, I
see .acl files in two locations, and they are identical in both (here, at
least):

C:\Users\user_name\AppData\Roaming\Microsoft\Offic e

C:\Users\user_name\Application Data\Microsoft\Office

There are different .acl files for different languages. The ones for US
English in Office 2007 are named:

MSO1033.acl

If I were going about this task... I would begin by temporarily renaming the
existing .acl files as something else, then create a new file with a single
AutoCorrect entry, and look at the resulting .acl with a binary
viewer/editor to try to get a handle on the structure. Then add an entry,
and observe how it changes. Finally, I'd use a binary editor to take my
2000+ list and see if I could add the necessary structure/coding to convert
it into an .acl file.

This might sound a bit complex, and it might be. However, I'd be amazed if
some smart VBA programmer couldn't whip out a program to convert a text file
or a .doc/.docx file (with AutoCorrect entries stored as a table) into an
..acl file. I googled a bit, but I don't see where anyone has done this yet.
But, I didn't spend a lot of time searching.

--
Herb Tyson MS MVP
Author of the Word 2007 Bible
Blog: http://word2007bible.herbtyson.com
Web: http://www.herbtyson.com


"JimDickens" wrote in message
...
Yes

I would like to add pairs like abalaster,alabaster and
ablaster,alabaster
and so forth but I have quite a few that I want to add.

"Suzanne S. Barnhill" wrote:

What JimDickens means is the x,y pairs of "Replace x with y" in Tools |
AutoCorrect Options.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup
so
all may benefit.

"Summer" wrote in message
...
Would you mind providing an example of "pairs"? I am an old WP user
and
have never heard of this feature?

"JimDickens" wrote in message
...
I would like to add 2000+ pairs to the AutoCorrect list in Word 2007
and
Word
2006 and Word 2005. Everything that I have seen on the Microsoft
site
says
that I have to write a macro. Is there some other utility or
function
that
would allow me to do it.

I really am not being petty here but I am betting that you have a
copies
of
WordPerfect 12 for research on the competition -- Wordperfect 10 and
12
have
the capability that I am requesting from you. They just add it like
a
dictionary.

Does Word have that capability? If so, where is it?