View Single Post
  #2  
Old November 13th 08, 04:23 PM posted to microsoft.public.outlook.program_vba
Preston
external usenet poster
 
Posts: 6
Default Macro with multiple Lines of text for email OL 2007

i think that maybe you are looking for the linefeed constant.
try using
mymail.body = "some text" & vbCrLf & "some more text" & vbCrLf & "yet more
text."

this will add a carriage return to the text being put in the body.

Preston

"Winnipeg Michael" wrote:

I'd like to create a macro, that will email a person, and the in the body of
the email, there are multiple lines of text.
I can get the email address set up, and one line of text. How can I add 2
or 3 more lines in the macro?

Thanks,
Michael

Ads