Share via

Auto Complete for Dates Not Working

Anonymous
2013-11-30T03:32:27+00:00

I use Microsoft Office and Word 2007 and I.E 9 in Vista Home Premium.  After doing some “fixes” for other issues, I lost the feature of Auto Complete for dates.  I tried to restore to an earlier time and that did not fix it.  I also checked the AutoComplete in Internet Options and ran Malware. How can I restore the Auto Complete for dates?

Thanks,

Jerry

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

19 answers

Sort by: Most helpful
  1. Stefan Blom 342.4K Reputation points MVP Volunteer Moderator
    2013-11-30T23:03:03+00:00
    1. Language is a character property in Word. Here is how to tell which language has been applied to a selection in Word 2007: Click the Review tab, and then click Set Language. While the Language dialog box is open, clear the "Detect language automatically" option; this prevents Word from trying to guess the language at the insertion point based on what you type.
    2. The macro would be used instead of AutoComplete. You would attach it to a keyboard shortcut and/or a button on your Quick Access Toolbar and run it as desired. For example, you can use this macro (suggested by Greg Maxey in the thread at http://answers.microsoft.com/en-us/office/forum/office_2007-word/insert-date-and-time-in-word/17bee601-80b6-4a52-92e2-65c720db1a91).

    Sub DateLongStamp()

    'Inserts current date

    Selection.InsertDateTime _

    DateTimeFormat:="dddd, MMMM d, yyyy", _

    InsertAsField:=False

    End Sub

    Save the macro to the Normal template. For installation instructions, see http://www.gmayor.com/installing_macro.htm.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2013-11-30T19:18:26+00:00

    Hello Stefan

    Thanks for the quick return.  Unfortunately your suggestion did not work for me.  What are your thoughts?

    Jerry

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Stefan Blom 342.4K Reputation points MVP Volunteer Moderator
    2013-11-30T18:02:49+00:00

    In Word 2007, AutoComplete suggestions can only be turned on or off via a macro (and note that AutoComplete in that version applies to dates, not to AutoText/Building Block entries). Do the following: In Word 2007, press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type

    Application.DisplayAutoCompleteTips = True

    and press Enter. Close the Visual Basic Editor.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2013-11-30T20:08:03+00:00

    The best I can tell Auto Complete seems to work for text, but have not had an opportunity to really check that lately, so can't be sure.  Auto Correct does seem to work.  

    Auto Complete for dates does not work at all.  This occurred after I made some corrections for trying to get Clip Art to work.  The corrections had me run some “fix it” and diagnostics fixes for Clip Art.  Before I made these corrections, Auto Complete for dates did work.

    Jerry

    Was this answer helpful?

    0 comments No comments
  5. Stefan Blom 342.4K Reputation points MVP Volunteer Moderator
    2013-11-30T19:43:07+00:00

    What is the specific issue you are seeing? Does AutoComplete not work at all? Or is it "only" unpredictable?

    Was this answer helpful?

    0 comments No comments