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
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