
Originally Posted by
Gontroppo
I feel your pain!
This happened every time I typed "OT" for Old Testament, so I put OT in the dictionary. So now when I accidentally type "ot" instead of "to," it doesn't show up! I would lvoe to have my "ot"s automatically corrected, but I still want to be able to type "OT!"
Hi David
I wrote a little macro to correct "ot" when I want "to". I have a shortcut key "Cntrl-Shift-O" which runs it every time I need it. Here it is, just open up your Word Macro editor and paste this in at the bottom:
Sub FixOT()
'
' FixOT Macro
' Macro recorded 1/1/99 by Donald C S Johnson
'
Selection.MoveLeft Unit:=wdWord, Count:=1
Selection.MoveRight Unit:=wdCharacter, Count:=1, Extend:=wdExtend
Selection.Cut
Selection.MoveRight Unit:=wdCharacter, Count:=1
Selection.Paste
Selection.MoveRight Unit:=wdCharacter, Count:=1
End Sub
Just be sure to run this macro with the cursor immediately after the "ot" or "ot " ("ot" with a space following).
Hope that helps
Maranatha!
Don Johnson
Pastor
aaaaaGrace Baptist Church of Victoria
aaaaaVictoria, BC
Jeremiah 33.3 Call unto me, and I will answer thee, and shew thee great and mighty things, which thou knowest not.