PDA

View Full Version : Solved: Paragraph breaks inside a textbox



island17
05-04-2005, 01:50 PM
Hello All

I don't know if this is possible, but we have a few macro user forms for which the user needs to enter information into text boxes. Sometimes they might need to create a new paragraph within that text box. I have experimented,:banghead: with no luck. Is this possible? We are using Word97 if that makes a difference.

Thanks

MOS MASTER
05-04-2005, 01:58 PM
Hi, :D

Go to the properties off the textbox and set the following properties:
EnterKeyBehavior = True
MultiLine = True

You can also do this by code.

Enjoy! :whistle:

island17
05-04-2005, 03:41 PM
Joost

Thanks, that did it. I guess I didn't look hard enough

MOS MASTER
05-05-2005, 05:25 AM
Joost

Thanks, that did it. I guess I didn't look hard enough
Hi Ross, :D
You're Welcome! :beerchug: