Here is some info from Herb Tyson on how to solve your "Autocomplete"
It is in this newsgroup but I've pasted it for you - excuse the format
(start at the bottom):
=======================================================
Reinstalling, alas, doesn't fix settings issue, because setup is "trained"
to preserve existing settings.
The other possibility is that date AutoComplete has been turned off--though,
how, I can't imagine, unless you've been running rogue macros willy-nilly,
which seems unlikely, or that your Data key in the registry is corrupted,
which seems rather more likely.
To turn AutoComplete for dates on (assuming it's turned off), you'd need to
run a simple macro:
Sub TurnOffAutoComplete()
Application.DisplayAutoCompleteTips = True
End Sub
(See
http://word2007bible.herbtyson.com/2007/05/28/turning-off-date-autocomplete-in-word-2007/
for details).
If that doesn't do it, then try deleting or renaming the Data key, as
described here:
http://word.mvps.org/FAQs/AppErrors/MissingMenusEtc.htm
You're looking for this (close all running instances of winword.exe first):
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Data
When you delete or rename it, Word will automatically create a new Data key
the next time Word is started.
--
Herb Tyson MS MVP
Author of the Word 2007 Bible
Blog:
http://word2007bible.herbtyson.com
Web:
http://www.herbtyson.com
Lynn G said:
Well it does work in safe mode, so I tried recreating normal.dotm and
reinstalling but it still doesn't work - any other thoughts?