Det här verkar vara ett svårare problem än man kunde tro.
Hittade följande:
Citat:
With the release of Word 2007, Microsoft "absorbed" the AutoText feature into the Building Blocks Organizer. They kept the AutoComplete capability, as described above, but removed the ability to enable or disable the AutoComplete tips. Thus, you can use the AutoComplete tips in Word 2007, but you cannot control whether they are displayed or not.
Detta säger alltså att det inte går att ta bort autodatumfunktionen i nya versionen av Word.
Dock så hittade jag även följande på en annan sida efter mkt sökande:
Citat:
As it turns out, there actually is a way to turn this off in Word 2007, the statement to the contrary in that article notwithstanding. If you run the following macro, date AutoComplete should no longer occur:
Sub TurnOffAutoComplete()
Application.DisplayAutoCompleteTips = False
End Sub
Or, if you prefer a toggle, replace False with Not(Application.DisplayAutoCompleteTips).
Den här snubben har alltså hittat nåt sätt att gå runt detta, men problemet är att jag inte riktigt är med på vad han menar.
Är det någon som förstår, och kan översätta detta till en något enklare procedur, så vore det tacksamt.
Ska försöka vänta mer tålmodigt på svar denna gång.
(Men det var tydligen inte så enkelt som vissa belackare i denna tråd försökt påskina. Ibland bör man tänker efter innan man öppnar käften...)