The cdoexm tag has no wiki summary.
0
votes
0answers
176 views
Am I required to use VBA on an Exchange server to access the CDO library?
I have a Microsoft Access 2007 VBA sub. I get:
"Run-time error '429': ActiveX component can't create object."
When I use:
Set iPerson = CreateObject("CDO.Person")
I have the reference for the ...