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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top