I have a TextBox control (MSForms.TextBox) and I manipulate the characters before writing in the TextBox. How can I get the actual character position where I insert the character.
With Regards,
fazek
Printable View
I have a TextBox control (MSForms.TextBox) and I manipulate the characters before writing in the TextBox. How can I get the actual character position where I insert the character.
With Regards,
fazek
VB Code:
Textbox.SelStart
use that property )
VB Code:
Textbox.SelStart
use that property :)
Thanks a lot. Have a nice day!
With Regards,
fazek
ur welcome :)