+ Reply to Thread
Results 1 to 4 of 4

VBA Code to enter bullet points into VBA Outlook Message

  1. #1
    Registered User
    Join Date
    12-11-2012
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    18

    VBA Code to enter bullet points into VBA Outlook Message

    Hi,

    I have a code that sends a message to outlook recipients, in this code it contains what I want the message to say, i.e.

    Msg = Msg & Cells(20,2) & "Please ensure you pay for the event before Friday."

    But what I want to include in the message is a bullet point, so that the message looks like this:

    • (Name) Please ensure you pay for the event before Friday
    • (Name) Please ensure you pay for the event before Friday
    • (Name) Please ensure you pay for the event before Friday
    • (Name) Please ensure you pay for the event before Friday


    As far as I know you cannot enter a bullet point into the VBA code. So is there a bit of code that enters it? Similar to & vbCrLf for 'Enter' or 'Return'

    Thanks,

    Archie

  2. #2
    Registered User
    Join Date
    12-11-2012
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: VBA Code to enter bullet points into VBA Outlook Message

    bump to get reply

  3. #3
    Registered User
    Join Date
    11-14-2012
    Location
    Lebanon, Oregon
    MS-Off Ver
    Excel 2010
    Posts
    47

    Re: VBA Code to enter bullet points into VBA Outlook Message

    I know this is an old thread, but if you are still looking for answer use Chr(149) in your code.
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    11-27-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: VBA Code to enter bullet points into VBA Outlook Message

    This actually really helps/was something I was looking for.

    Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1