BEGINNER Backwards text.

By | 2002-04-19

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

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.