QUESTION ON TEXT BOXES !!

J

jay dean

I have implemented a textbox on a Userform and it works fine. My only
issue with it is, if the amount of text I enter into the box becomes
larger than it can show, it moves up with no scrollbars to the right.

Is there a property setting I can manipulate or even a subroutine I can
add to make the right hand side of the textbox automatically show a
scrollbar when the text entered starts moving up?

Thanks
Jay



*** Sent via Developersdex http://www.developersdex.com ***
 
S

Simon Lloyd

Have you set ScrollBars fmScrollBarsNone to fmScrollBarsVertical and set
MultiLine in the textboxes' properties box?
I have implemented a textbox on a Userform and it works fine. My only
issue with it is, if the amount of text I enter into the box becomes
larger than it can show, it moves up with no scrollbars to the right.

Is there a property setting I can manipulate or even a subroutine I can
add to make the right hand side of the textbox automatically show a
scrollbar when the text entered starts moving up?

Thanks
Jay



*** Sent via Developersdex 'Developersdex.com - The Web Developers
Index and Directory' (http://www.developersdex.com) ***


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top