I have a textbox on an userform that will enable the user to write some comments on date entered in the userform. I set the size of the textbox so that it will match other control sizes in the form. However, the user might have to enter more text than would fit in the user form.
How do I set the textbox so that
1. the width will remain as preset
2. the height will increase when enter is pressed
3. All text remains visible at all times
Hope this is possible. I get it to work separately but not together.
Thanks for any help!
How do I set the textbox so that
1. the width will remain as preset
2. the height will increase when enter is pressed
3. All text remains visible at all times
Hope this is possible. I get it to work separately but not together.
Thanks for any help!