What's the secret on scroll bars in textbox

E

excelnut1954

I have Wordwrap = False, Scrollbar = 2 for vertical scrollbar.
I don't get a scrollbar.
I even changed the Multiline setting from False to True. Still nothing.

I had the same problem getting one to show up for a userform, until I
learned about the Scrollbar height & width settings. But, those
settings aren't in there for textbox properties.

What else do I need to change to get a scrollbar in a textbox?
Thanks,
J.O.
 
A

Andy Pope

Hi,

You need to set the properties,

WordWrap = True
MultiLine = True

And the actual text needs to extend beyond the internal height of the
textbox before the scroll bar will appear.

Cheers
Andy
 

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