View Single Post
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
jem@asllp jem@asllp is offline
external usenet poster
 
Posts: 7
Default Word 2007 - Stop autocomplete date

Excellent, Graham! Thank you very much.

"Graham Mayor" wrote:

Run the following macro

Sub TurnOffAutocomplete()
Application.DisplayAutoCompleteTips = False
End Sub

Setting the line to 'True' will turn it back on again

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



jem@asllp wrote:
Please can you tell me how to stop Word 2007 offering to complete the
date.

Thanks very much.