WD2000: Overtype Mode Is Turned Off When You Quit Word

ID: Q218959


The information in this article applies to:


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, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals 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 needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:

http://www.microsoft.com/support/supportnet/refguide/

Create the following AutoExec macro that switches to overtype mode each time you start Word.


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

Additional query words: over type overstrike


Keywords          : kbdta wd2000 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: May 13, 1999