Hi All,
I Am getting the following error,
"RunTime error 429
ActiveX Object Cannot Create Object"
Your help will be highly appreciated,
Thanks in advance,
Hi All,
I Am getting the following error,
"RunTime error 429
ActiveX Object Cannot Create Object"
Your help will be highly appreciated,
Thanks in advance,
Can you please expand the information...like what u are trying to do and if you have debugged, then which code is generating the error?
Thanks,
Vikas
While I am running the script see attached and as soon as it reaches this line of code "Set OutApp = GetObject(, "Outlook.Application")" it stops and it gives me the error.
Is Outlook open?
If not, you need
Set OutApp = CreateObject("Outlook.Application")
If, on the other hand, what you want is:
+ if Outlook is open, grab it
+ if Outlook is NOT open, then open it
you would then use something like this:
![]()
Please Login or Register to view this content.
I tried to code and it works fine now I am not getting the error. I really appreciate your help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks