WD97: Overtype Mode Turned Off When You Quit Word (218956)



The information in this article applies to:

  • Microsoft Word 97 for Windows

This article was previously published under Q218956

SYMPTOMS

If you activate the overtype feature in Microsoft Word and then quit Word, the overtype feature is no longer activated when you restart Word. To switch between overtype mode and insert mode, press the INSERT key.

WORKAROUND

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
Create the following AutoExec macro that switches to overtype mode each time you start Word for Windows.

Sub autoexec()
Application.Options.Overtype = True
End Sub

Modification Type:MajorLast Reviewed:6/17/2005
Keywords:kbprb KB218956