Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abi Abi is offline
external usenet poster
 
Posts: 20
Default wrapping text in a pop-up box - MsgBox

Hi, I'm creating some pop-up boxes right now. I don't know much at all about
VB (just learning). As I'm typing my message in the VB editor, it just keeps
moving more and more to the right. Can someone tell me how I enter the code
for the pop-up so that it wraps and I don't have to type one long sentence.

I have several paragraphs that need to go in one pop-up, and I want the
paragraphs separated by a space bar.

Thanks for the help!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default wrapping text in a pop-up box - MsgBox

Msgbox "This is a message from the con troller" & vbCrLf & _
"with a second line of text" & vbCrLf & _
"and even a third"

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Abi" wrote in message
...
Hi, I'm creating some pop-up boxes right now. I don't know much at all

about
VB (just learning). As I'm typing my message in the VB editor, it just

keeps
moving more and more to the right. Can someone tell me how I enter the

code
for the pop-up so that it wraps and I don't have to type one long

sentence.

I have several paragraphs that need to go in one pop-up, and I want the
paragraphs separated by a space bar.

Thanks for the help!



  #3   Report Post  
Posted to microsoft.public.excel.programming
Abi Abi is offline
external usenet poster
 
Posts: 20
Default wrapping text in a pop-up box - MsgBox

Thanks! Once I got all the spacing typed in correct, it worked perfectly.
Thanks for the help!

"Bob Phillips" wrote:

Msgbox "This is a message from the con troller" & vbCrLf & _
"with a second line of text" & vbCrLf & _
"and even a third"

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Abi" wrote in message
...
Hi, I'm creating some pop-up boxes right now. I don't know much at all

about
VB (just learning). As I'm typing my message in the VB editor, it just

keeps
moving more and more to the right. Can someone tell me how I enter the

code
for the pop-up so that it wraps and I don't have to type one long

sentence.

I have several paragraphs that need to go in one pop-up, and I want the
paragraphs separated by a space bar.

Thanks for the help!




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
How do I prevent a long string of text from wrapping in a text fil stevekaz21 Excel Discussion (Misc queries) 1 October 23rd 09 03:46 PM
Wrapping Text WSR New Users to Excel 3 November 9th 08 01:10 AM
Wrapping Text Té Excel Discussion (Misc queries) 1 January 23rd 08 03:01 PM
text wrapping when text is pasted in excel psipg Excel Discussion (Misc queries) 2 December 5th 06 07:25 PM
I am using wrap text in excel, so why isn't all my text wrapping? GatorDawg123 Excel Discussion (Misc queries) 2 May 6th 06 05:52 PM


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