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
excel spreadsheet-=IF(H16="";"";
IF(H16="US
D";I16*Exc
el!$K$10;I
16)) "Value"
sys.queue_messages_8661021
26
Can I assign two different ID:s in the same <td>?
mstsc
App Store - download counter
How to get all child class or classes that implements an abstract class?
Network access between 2 windows servers (connected through switch)
Disable Catch all on Exchange 2007
Locking cells on an Excel Spreadsheet
a migrating domain question