Text comes out backwards AS you type it.
Original Author: Demian Net
Inputs
Make a Text1
Assumptions
Make a Text1
Side Effects
If you use shift to make a capital letter it may be backspaced by accident.
Code
Private Sub Text1_Change()
SendKeys "{left}"
End Sub