Hello
I've got the following which is supposed to display a template email I have:
Sub send_extension_general()
Set myItem = Application.CreateItemFromTemplate _
("I:\UserAppData\Office2010\Template\Extension or end of contract confirmation.oft")
myItem.Display
End Sub
Most of the time it works, but sometimes, like now, it's not. I have tried closing Outlook and restarting but without success.
Is there anything else I need to do?
Thanks
I've got the following which is supposed to display a template email I have:
Sub send_extension_general()
Set myItem = Application.CreateItemFromTemplate _
("I:\UserAppData\Office2010\Template\Extension or end of contract confirmation.oft")
myItem.Display
End Sub
Most of the time it works, but sometimes, like now, it's not. I have tried closing Outlook and restarting but without success.
Is there anything else I need to do?
Thanks