ActiveX Component Can't Create Object: EXCEL6 Error

Schwimms

New Member
Joined
Jan 31, 2008
Messages
49
Hi All,

I am having the "Run Time Error 429: ActiveX Componenet Can't Create Object" occur at this line of code:

Set OutApp = CreateObject("Outlook.Application")

This use to be a working auto emailer macro till I was moved to Windows 7. Apparently what I noticed is that I can get it to work if I close down the class EXCEL6 that is running in my background processes.

I need to be able to have this macro run without manual intervention. Could someone assist me with some code that can either close down the EXCEL6 process that is running in the background or help me figure out another way to keep this macro running?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Do you have Outlook installed?
 
Upvote 0
Yes. The problem exist with the EXCEL6 instance being open in the background processes, as to why that causes my problem, I don't know.
 
Last edited:
Upvote 0
If that's causing the problem why is the error happening when you try and create a new instance of Outlook?

Also, what exactly do you mean by EXCEL6?
 
Upvote 0

Forum statistics

Threads
1,214,527
Messages
6,120,057
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top