Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
msgbox question | Excel Discussion (Misc queries) | |||
MsgBox question | Excel Programming | |||
Msgbox help | Excel Programming | |||
Msgbox question | Excel Programming | |||
MsgBox Question | Excel Programming |