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
Bookmarks