Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default MsgBox Question

If you use the following convention:

title = " xxxxx"
msg = " yyyyyy"
DialogStyle = .......
Response = ........

What can you insert in the msg prompt to cause it to wrap to a new line? I
would like to get three lines if possible. If this is not possible, is there
a work around?

Thanks in advance for your help!

Ray


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 172
Default MsgBox Question

Use the vbCr (carriage return) to wrap lines as eg.....

Msgbox "Text1" & vbCr & _
"Text2" & vbCr & _
"Text3"

Cheers
N

"Ray Batig" wrote in message
ink.net...
If you use the following convention:

title = " xxxxx"
msg = " yyyyyy"
DialogStyle = .......
Response = ........

What can you insert in the msg prompt to cause it to wrap to a new line?

I
would like to get three lines if possible. If this is not possible, is

there
a work around?

Thanks in advance for your help!

Ray






----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! 100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
msgbox question Wu Excel Discussion (Misc queries) 2 November 9th 08 11:26 AM
MsgBox question gareth Excel Programming 2 November 19th 03 05:30 PM
Msgbox help JonoB Excel Programming 2 October 27th 03 03:06 PM
Msgbox question Pancho Excel Programming 4 October 23rd 03 05:36 PM
MsgBox Question Chip Pearson Excel Programming 1 September 29th 03 05:56 PM


All times are GMT +1. The time now is 02:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"