View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
excelnut1954 excelnut1954 is offline
external usenet poster
 
Posts: 175
Default What's the secret on scroll bars in textbox

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.