CreateObject ("Outlook.Application") <== Runtime Error 429

M

Mike_Walrus

Hello

I've been having some problems with Outlook 2003 when i run this code
CreateObject ("Outlook.Application")
within Excel, i get "Runtime Error 429, ActiveX Component can't be created"
however CreateObject ("Outlook.Application.11") works fine. I need to be
able to run this code for different versions of Outlook (98 and 2003) and i
thought that CreateObject ("Outlook.Application") would work okay but
apparently it does not.
but to add another twist to the equation when other people with outlook2003
run my code, CreateObject ("Outlook.Application") does not give them an
error, it only seems to be me.

mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top