Hi Perry,
When the user types into another textbox I need this textbox with a LOT of
text to "scroll" a particular section to the top of the textbox. Nothing
should be deleted. (It doesn't really have to scroll.) Finding an event
that will work isn't a problem just finding a method or function to accually
position the text.
Quote:
>Hi Suddn Bogus,
>Not entirely clear what you're aiming at.
>Text from the beginning of the textbox to the insertion point?
>Or a limited text to the insertion point?
>Does the text (to be placed on top) needs to be 'cut out'
>the entire text of the textbox? Or does the entire text remains
>as is while placing a part of it on top?
>What do you mean with: based on what users do ...
>Which action(s) of users need to trigger your app to respond
>and what needs to be done, considering my above qustions?
>Kind regards,
>Perry
>> I have a multiline textbox on a Word 97 VBA form. The textbox has a LOT
>of
>> text in it and I need to position particular parts of the text at the top
>of
>> the textbox based on what the user does.
>> I have tried using textbox.SelStart = NN but that just sets the
insertion
>> point in the textbox but does not move it to the top.
>> Any suggestions?
>> Thanks.