View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Scroll bar adding to text box

Did you use the textbox from the control toolbox toolbar?

If yes, you can enter design mode (another icon on that toolbar).
Rightclick on the textbox, choose properties and make a few changes.

Change:
.enterkeybehavior to true (hitting enter creates a new line)
.multiline to true
.wordwrap to true
.scrollbars to what you want.

Exit design mode and test it out.


Ruth wrote:

Hi

Quick question I have a text box and want to add a scroll bar to it how can
I do that?

--
Thanks

Ruth


--

Dave Peterson