Overtype and Insertion Mode

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15621
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Overtype and Insertion Mode

Post by ChrisGreaves »

Heads up:
I am being plagued by an apparent random implementation of the Insert key in MS Word 2003.
Please see also my earlier thread "Foreign characters occasionally drop in".
Quite annoying as I am hammering away in two-fingered typing mode and suddenly find that I have clobbered some perfectly good text.
Tools, Options, use the Ins key for paste does not solve the problem.
This morning I got lucky while recording a macro and found this sequence:

Code: Select all

...
    Selection.MoveRight Unit:=wdCharacter, Count:=1
    Selection.MoveLeft Unit:=wdCharacter, Count:=5
    Overtype = Not Overtype
    Selection.MoveLeft Unit:=wdCharacter, Count:=1
    Application.Run MacroName:="TypePasswordOfTheRND"
...
I know I didn't tap the Ins key during that sequence.

I'm beginning to suspect either a flaky installation of Office 2003 or a flaky computer.
There's nothing heavier than an empty water bottle