Hi Mic,

You can split the messages using vbcrlf to wrap down the text.

Example:
    
strMsg = "Hi There," & Vbcrlf  & "Good morning everybody." & vbcrlf & " Best 
wishes from office VBA Trainer" & vb crlf & " More details visit our blog: 
http://officevbatrainer.blog.co.in/";

MsgBox strmsg, vbInformation, "Office VBA Trainer"

Or 

You can go for userform.

Regards
Mugundan - 9873152622
OfficeVBATRainer
http://officevbatrainer.blog.co.in/



________________________________
From: mickeyc <cohen.mic...@gmail.com>
To: MS EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
Sent: Thursday, January 15, 2009 9:01:04 PM
Subject: $$Excel-Macros$$ msgbox limits and scrolling


Hi,

I have a LOT of text I want to display on a msgbox and it doesn't fit.
There's no error, it simply doesn't display all the text.
What are the limitations? Is there a way around them?
Is it possible to use scrolling?

If none of the above can be done, what would be a good alternative?

Thanks



      
--~--~---------~--~----~------------~-------~--~----~
Visit the blog to download Excel tutorials at 
http://www.excel-macros.blogspot.com

To post to this group, send email to excel-macros@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/excel-macros?hl=en

Visit & Join Our Orkut Community at 
http://www.orkut.com/Community.aspx?cmm=22913620

To Learn VBA Macros Please visit http://www.vbamacros.blogspot.com

To see the Daily Excel Tips, Go to:
http://exceldailytip.blogspot.com
 
If you find any spam message in the group, please send an email to Ayush @ 
jainayus...@gmail.com
-~----------~----~----~----~------~----~------~--~---

Reply via email to