How do you enable AutoComplete.

E

elissadutton

I am taking an Intro to Information Systems course and I need the auto
complete to work.
For example:
I type in Thur F3 and Word will Complete the word into Thursday. My Office
2007 is not doing that.
 
G

Graham Mayor

Run the following macro

Sub Macro1()
Application.DisplayAutoCompleteTips = True
End Sub

This will turn on the autocomplete for dates.


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word 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

Top