Microsoft
Software
Hardware
Network
Question : Inserting new line into Outlook message text using vba
I'm programtically inserting fileds from an Access database into an Outlook email message. The problem is that I would like each field to be inserted on a new line.
I am using the following code:
DoCmd.SendObject _
objecttype:=acSendReport, _
ObjectName:="CFS - Single Complaint View email", _
outputformat:=acFormatTXT,
_
To:=Me.Opened_By, _
Bcc:=strEmail, _
subject:="Complaint number: " & Me.Complaint_Number & " Customer Name: " & Me.Customer_Name, _
MessageText:="Complaint Description: " & Me.Complaint_Description & " Containment Action: " & Me.Containment_Action & " Containment Date: " & Me.Containment_Date, _
TemplateFile:=""
Answer : Inserting new line into Outlook message text using vba
Add:
"text1" & vbCrLf & "Text2"
Random Solutions
Connecting from remote
how do I count the number of rows in my db
asp.net- when running a report based on mssql data - I need to compare the begining of the monthly date to the current date.
How can we manually create a missing add in button between Word 2007 and a third party application?
mysql php array insert
how to designate drives for recycle bin
Regular Expressions Perl
Convert xml base64binary to a pdf file
Java web frameworks
I just connected my server to my router but my client machine does not connect to it.