Autocomplete/Autotext/not sure...

  • Thread starter Bob Umlas, Excel MVP
  • Start date
B

Bob Umlas, Excel MVP

In Word 2003 I could type April, hit a space, then get a tool tip or
intellisense with the rest of the date, like April 10, 2009 and pressing
enter would enter it. Now, in Word 2007, on one computer it still does it,
but on another computer it doesn't. I've checked ALL the settings (I believe)
in Word Options in both computers and they're identical. What accounts for
the difference, and how can I get this feature back?
Bob Umlas
Excel MVP
 
W

WhiteRat

In Word Options > Proofing > AutoCorrect options go to the Smart Tags tab,
and select the Date smart tag box
At least that worked for me.
 
B

Bob Umlas, Excel MVP

No - that doesn't do it. That setting is selected for both computers. But I
only get the tooltip for one computer.
 
G

garfield-n-odie [MVP]

Press Alt+F11 and click on View | Immediate Window. Type the
following:

Application.DisplayAutoCompleteTips = True

and press Enter.
 
B

Bob Umlas, Excel MVP

Thanks - that's great for the current document, but I want it to always be
the case for ALL documents, new or old. How can I do this?
 
G

garfield-n-odie [MVP]

As far as I know, this is a per user/computer setting that should
work for all documents. If it doesn't for you, then maybe your
Word 2007 data key is messed up and isn't saving the setting.
Close Word 2007, start regedit, and rename the
"\\HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Data"
key. Word will automatically create a new data key when you
restart it.
 
B

Bob Umlas, Excel MVP

..Another oddity - Now, every OTHER time I exit word, after trying this
feature, I get "Normal was being edited by another word session. If you save
this document with the original name, you will overwrite any changes made in
the other session. Do you want to save the documnent using the original name
anyway?" -- WHAT other session? When I click No, I then get A SaveAs dialog,
and when I click Cancel I'm left inside Word with no document. Then I need to
exit a 2nd time. THEN I get "Changes have been made that affect the global
template, Normal. Do you want to save those changes?"
Wow.
I made these changes to the Normal document in the ThisDocument section:
Private Sub Document_New
Application.DisplayAutoCompleteTips = True
End Sub

Private Sub Document_Open()
Application.DisplayAutoCompleteTips = True
End Sub

and in a module:
Sub Auto_Open()
Application.DisplayAutoCompleteTips = True
End Sub
HELP!
 
G

garfield-n-odie [MVP]

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top