N Nadine Mar 11, 2009 #1 How do you get rid of the pop ups for dates when typing in a date, i.e. type 2009 don't want the pop up for the date formatting.
How do you get rid of the pop ups for dates when typing in a date, i.e. type 2009 don't want the pop up for the date formatting.
S Stefan Blom Mar 12, 2009 #2 Do the following: Start Word, and press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type Application.DisplayAutoCompleteTips = False and press Enter. Exit the Visual Basic Editor.
Do the following: Start Word, and press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type Application.DisplayAutoCompleteTips = False and press Enter. Exit the Visual Basic Editor.
C caemart May 18, 2009 #3 Stefan Blom said: Do the following: Start Word, and press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type Application.DisplayAutoCompleteTips = False and press Enter. Exit the Visual Basic Editor. Click to expand...
Stefan Blom said: Do the following: Start Word, and press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type Application.DisplayAutoCompleteTips = False and press Enter. Exit the Visual Basic Editor. Click to expand...