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
Problem starting Mysql server
NDR spam on exchange 2003
want to change what recipient sees when i send a php mail
Nav text resizing when text only zoom is checked in FF
How to make a video file play at specific scene in Silverlight, say like when time is 00:30 seconds?
Debian Linux apache2
Microsoft Access database on network omits objects when accessed from a specific computer
New user account problems...
SHGetPathFromIDList(IntPtr
, String^); API in VC++.net Not working please tell me where i am wrong
Rewrite Copy and Paste Data script