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

Can someone advise me how to add a carriage return to a VB message bo
so I can have

xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx

instead of

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxx

Thanks

V

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Message Boxes

Hi Uplink,

Try:

Sub Test
MsgBox "xxxxxxxxxxxxxxxx" & vbNewLine _
& "xxxxxxxxxxxxxxxx" & vbNewLine _
& "xxxxxxxxxxxxxxxx" & vbNewLine _
& "xxxxxxxxxxxxxxxx"
End Sub


---
Regards,
Norman



"uplink600 " wrote in message
...
Can someone advise me how to add a carriage return to a VB message box
so I can have

xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx

instead of

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxx

Thanks

VC


---
Message posted from http://www.ExcelForum.com/



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
Error message boxes.... Dermot Excel Discussion (Misc queries) 14 April 28th 06 03:41 PM
Message boxes JaB Excel Discussion (Misc queries) 1 November 10th 05 12:02 PM
Built in message boxes bgeldart Excel Discussion (Misc queries) 1 March 14th 05 02:27 PM
Message Boxes Keith[_11_] Excel Programming 3 June 2nd 04 01:06 PM
Message Boxes. mika.[_2_] Excel Programming 1 November 19th 03 12:17 AM


All times are GMT +1. The time now is 12:08 AM.

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

About Us

"It's about Microsoft Excel"