Grizlore
Active Member
- Joined
- Aug 22, 2006
- Messages
- 259
Hi All,
I have been using this code with success for generating emails, using VBA
Our company is moving to the web based Outlook email, Office 365. This causes the code to error
Is there code which creates email when using Outlook 365?
Any help / pointers would be appreciated
Regards
I have been using this code with success for generating emails, using VBA
VBA Code:
Set OutApp = CreateObject("Outlook.Application")
Our company is moving to the web based Outlook email, Office 365. This causes the code to error
Is there code which creates email when using Outlook 365?
Any help / pointers would be appreciated
Regards