PC Review


Reply
Thread Tools Rate Thread

Bullet points within message box

 
 
MikeCM
Guest
Posts: n/a
 
      11th Oct 2006
Is there a simple way of putting in a set of bullet points into a
message box? I'm not worried about the format, they could be just
"- ".

The text I would like to display is along the following lines:

Blahhh blah blahhh, and blahh blah:

- bullet1
- bullet2
- bullet3



I have an automatic macro that runs when a particular sheet is
selected, along the following lines:

If Sh.Name = "xyz" Then

MsgBox "text here"

End If



The problem is that I can't convince it to put in the bulleted text.
Is there an easy way of doing this?

 
Reply With Quote
 
 
 
 
NickHK
Guest
Posts: n/a
 
      11th Oct 2006
Mike,
dim MsgText as string
MsgText="- bullet1" & vbnewline & "- bullet2" & vbnewline & "- bullet3"
MsgBox MsgText

NickHK

"MikeCM" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there a simple way of putting in a set of bullet points into a
> message box? I'm not worried about the format, they could be just
> "- ".
>
> The text I would like to display is along the following lines:
>
> Blahhh blah blahhh, and blahh blah:
>
> - bullet1
> - bullet2
> - bullet3
>
>
>
> I have an automatic macro that runs when a particular sheet is
> selected, along the following lines:
>
> If Sh.Name = "xyz" Then
>
> MsgBox "text here"
>
> End If
>
>
>
> The problem is that I can't convince it to put in the bulleted text.
> Is there an easy way of doing this?
>



 
Reply With Quote
 
MikeCM
Guest
Posts: n/a
 
      11th Oct 2006
Nick

Cool. Thanks for this.

Mike


NickHK wrote:
> Mike,
> dim MsgText as string
> MsgText="- bullet1" & vbnewline & "- bullet2" & vbnewline & "- bullet3"
> MsgBox MsgText
>
> NickHK
>
> "MikeCM" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Is there a simple way of putting in a set of bullet points into a
> > message box? I'm not worried about the format, they could be just
> > "- ".
> >
> > The text I would like to display is along the following lines:
> >
> > Blahhh blah blahhh, and blahh blah:
> >
> > - bullet1
> > - bullet2
> > - bullet3
> >
> >
> >
> > I have an automatic macro that runs when a particular sheet is
> > selected, along the following lines:
> >
> > If Sh.Name = "xyz" Then
> >
> > MsgBox "text here"
> >
> > End If
> >
> >
> >
> > The problem is that I can't convince it to put in the bulleted text.
> > Is there an easy way of doing this?
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Different spaces between bullet points in same bullet list Tony Microsoft Word Document Management 1 16th Mar 2010 01:36 PM
Bullet points Wayne Microsoft Excel Misc 7 2nd Nov 2008 05:53 PM
Bullet points =?Utf-8?B?QW1lcg==?= Microsoft Powerpoint 1 1st Mar 2006 03:02 PM
Bullet points =?Utf-8?B?Sm8=?= Microsoft Excel Worksheet Functions 1 17th Sep 2004 02:19 PM
bullet points =?Utf-8?B?b2RpbjFleWU=?= Microsoft Word Document Management 1 26th Apr 2004 04:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:25 PM.