Hi

I have a text box that changes a < to another symbol, using the Replace statement:

Me.Text1 = Replace(Text1, "<", "§")

However, when its run, it does what its supposed to do, but the cursor, jumps to the start of the text box. How do I stop this.

Some1 told me to use SelStart or something similar, but I cant work out how!

Any help would be appreciated.