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
Cisco ASA 5510 configure webvpn with AD authentication. I am on cisco ios 8.2.2
SQL server 2005 login accounts
Bottom of main content box is not stretched enough to be even with bottom left / right corners
Form Visiable property
XCOPY - I try and use 'Move' and it fails. Exact same command works with 'Xcopy'
MS CRM OnLoad error
Last full week in sql
AVG Script Injection Error
HP Elitebook 2530p / Win 7 Missing Enet Adaptor
VFP and API