nniedzielski
Well-known Member
- Joined
- Jan 8, 2016
- Messages
- 598
- Office Version
- 2019
- Platform
- Windows
I am trying to set some code in my macro to send an e-mail of a worksheet but I am getting the following error:
(ActiveX component cant create object)
How can I adjust my code to create the object?
thanks,
(ActiveX component cant create object)
Code:
Set OutApp = CreateObject("Outlook.Application")
How can I adjust my code to create the object?
thanks,