Char(10) or Char(13) in body of email
On Nov 13, 9:22*am, ryguy7272
wrote:
I'm trying to use this snippet of code in the body of an email, but I get an
error message saying that the function is not defined.
'some stuff here...
Please let me know if you have any questions!" _
& CHAR(13) & _
'some stuff here...
What am I doing wrong?
Thanks,
Ryan--
--
RyGuy
Replace CHAR(13) with Chr(13)
|