using sendObject to email

J

judith

I am trying to use the sendObject command to email but the message bit is
very limited. Can I set up a message and put in line breaks?

Any suggestion please
 
R

RAHokie

Add vbCrLf in the message text. This inserts a carriage return and a line
feed as required. vbLf will insert line feed only. Don'r forget to use
quotations and ampersands.
 
Top