Update by Extendoffice 2018
Update by Extendoffice 2018
Call Mail_small_Text_Outlook
End If
End Sub
Sub Mail_small_Text_Outlook()
With xOutMail
.To = "[email protected]"
.CC = "[email protected]"
.BCC = ""
.Body = xMailBody
End With
On Error GoTo 0
End Sub