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
Lookup a cell value in another workbook question
Ignore Error in a store procedure and continue
Revert changes back in Rowvalidating event of datagridview
Automatic Email Sending
Stop ie7 asking to upgrade to ie 8 on XP SP3
C# - I want to add "Everyone" user with full permission to a registry hive. Is there a way for this?
VMware seperating a Nic card
WSS 3.0 back to original
Using dragdrop, how to "reset" color of a label when mouse leaves and drop has not occurred?
Exploit Virus Attached to bounced back delivery failures