Display large amount of text in form
You can add a textbox to the form and make sure it's Multiline property is
set to True and WordWrap is also True. Better yet: add a Rich Textbox
(probably available through your "Additional Controls") which allows
formatted text.
--
- K Dales
"JG Scott" wrote:
I would like to display instructions for using a workbook in a user
form. I need for the instructions to wrap, and I need to be able to
scroll through them. Would someone please advise how to do this?
Thanks.
|