View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default 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.