This is the code that I am using
this works but the line brakes dont work
I tried Vbcrlf,Vbnewline,chr(13)+chr(10) and the whole body is one long line
Any Ideas
Thank You
PWise
Code:
Application.FollowHyperlink "mailto:SomeOne@SomeDomain.SomeExt?subject=Something or Other&body=John" & vbcrlf & "Some Text" & vbcrlf & "Some More text"
I tried Vbcrlf,Vbnewline,chr(13)+chr(10) and the whole body is one long line
Any Ideas
Thank You
PWise