Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 276
Default msgbox - How to Create a New Line or 2

Is there a code syntax to go to the next line or so?
Currently i have been using the spacebar to space out tot he next line.

Regards

Corey


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default msgbox - How to Create a New Line or 2

Take a look at this

Sub Test()
MsgBox "hello" & vbCrLf & "World" & vbTab & "Goodbye" & _
vbCrLf & vbTab & "For Now"
End Sub

--
HTH...

Jim Thomlinson


"Corey" wrote:

Is there a code syntax to go to the next line or so?
Currently i have been using the spacebar to space out tot he next line.

Regards

Corey



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 line break Horatio J. Bilge, Jr. Excel Discussion (Misc queries) 2 October 3rd 07 08:34 PM
Line breaks in MsgBox concatenated variables Sandy Excel Programming 6 August 28th 05 03:22 AM
new line in msgbox text Patrick Excel Programming 2 November 28th 04 10:46 AM
New Line in MsgBox exceller Excel Programming 4 August 6th 04 10:46 PM
Can I create a msgbox that is asking for a string to be typed in? Phillips Excel Programming 2 November 20th 03 02:18 AM


All times are GMT +1. The time now is 11:31 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"