How do you enable AutoComplete.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Run the following macro

Sub Macro1()
Application.DisplayAutoCompleteTips = True
End Sub

This will turn on the autocomplete for dates.


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top