| WD: INSERT (INS) Key Doesn't Toggle Insert, Overtype ModeLast reviewed: February 18, 1998Article ID: Q157228 | 
| The information in this article applies to: 
 
 
 SYMPTOMSWhen you press the INSERT (INS) key on the keyboard (CONTROL+INS on the Macintosh), the typing mode does not switch from insert to overtype or vice versa. 
 CAUSEThis is a design change in Word. By default, this key is not assigned to toggle between overtype and insert mode. 
 RESOLUTIONTo correct this problem in Windows, install Microsoft Word 97 Service Release 1 (SR-1). To work around this problem, use the workaround appropriate for your situation. 
 Method 1: Assigning the Overtype Command to a Shortcut KeyTo activate the INSERT key, do the following: 
 
 Method 2: Select the Overtype Option
 Method 3: Use the Status BarWith the status bar displayed, double-click OVR. This method sets the typing mode for the current session only. 
 Method 4: Use a Macro to Toggle OvertypeCreate the following Visual Basic for Applications macro: 
    Sub ToggleOverType()
      Options.Overtype = Not Options.Overtype
   End Sub
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 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
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/default.aspFor additional information, please see the following articles in the Microsoft Knowledge Base: 
 ARTICLE-ID: Q163547 TITLE : Word 97: How to Create Custom Toolbars and Toolbar Buttons ARTICLE-ID: Q165517 TITLE : Overview of Visual Basic Editor Debugging Tools STATUSThis behavior does not occur in Microsoft Word 97 for Windows, Service Release 1 (SR-1). In Service Release 1, this feature behaves the way it did in Word for Windows versions 7.0 and earlier. 
 MORE INFORMATIONTo disable the use of the INSERT key to toggle overtype mode in Microsoft Word 97 for Windows SR-1, follow these steps: 
 
 | 
| Additional query words: overwrite 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use. |