> Is there a way to tell where the cursor is located in a
> textbox at any given moment? I specifically need to know
[quoted text clipped - 6 lines]
>
> Thanks in advance for any help.
Hi Randy,
Take a look at the SelStart property which tells you the cursor position in
characters within the textbox.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Randy Dod - 30 Jun 2004 21:07 GMT
>Hi Randy,
>
>Take a look at the SelStart property which tells you the cursor position in
>characters within the textbox.
Jonathan,
Thank you so much, that's just what I needed! I forgot
all about that property.