Drat!
I'm trying to use VBA to create the body of an e-mail message within a Lotus Notes mail object and would really like to insert carriage returns / newline instructions.
So far it is working, but it wants to display chr(182) in the message whenever I type chr(10) within the string that I am using to concatenates all the data elements used within the body an e-mail message.