i have this code for template when run get
error we cannot opened, and highlight this line of the code:
Set oMail = Application.CreateItemFromTemplate(strTemplate)
complete code:
Public lstNum As Long
Public Sub ChooseTemplate()
Dim oMail As Outlook.MailItem
Dim oContact As...