Turning Off Overtype : Options « Application « VBA / Excel / Access / Word






Turning Off Overtype

 
Sub opt2()
    Dim blnOvertypeOn As Boolean
    blnOvertypeOn = Options.Overtype
    Options.Overtype = False
    Options.Overtype = blnOvertypeOn
End Sub

 








Related examples in the same category

1.Set the CtrlClickHyperlinkToOpen property of the Options object to True to ensure that hyperlinks require Ctrl+clicking:
2.Set auto recover path: wdAutoRecoverPath
3.Set style galary pathwdStyleGalleryPath: wdStyleGalleryPath
4.Set border art path: wdBorderArtPath
5.Set temp file path: wdTempFilePath
6.Set current folder path: wdCurrentFolderPath
7.Set text cover path: wdTextConvertersPath
8.Set document path: wdDocumentsPath
9.Set tools path: wdToolsPath
10.Set Graphics Filters path: wdGraphicsFiltersPath
11.Set startup path: wdStartupPath
12.Set the user templates path and workgroup templates path: