cancel
Showing results for 
Search instead for 
Did you mean: 

"Run-Time error ´429´: ActiveX component can´t create object

Former Member
0 Kudos

Hi!

Need some help!

The following code still works on my old Laptop (SAP version 720 and excel version 2007) but it does not work on my new laptop (SAP version 720 and excel version 2013).

I face the debug error in the first command.

If Not IsObject(SapGuiApp) Then
    Set SapGuiApp = CreateObject("Sapgui.ScriptingCtrl.1")

Do someone know why this excel macro doesn´t work on my new laptop?

Please let me knkow if you need further information.

Thanks in advance,

Jose

Accepted Solutions (0)

Answers (1)

Answers (1)

vijaigeethach
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jose,

Check this note 722513-Desktop Office Integration: Maintenance information.

Office 2013 is supported only with SAPGUI 7.30 patch 3. You are using a unsupported version of SAPGUI. Please note 7.3 is also out of support. It is best to move to the latest SAPGUI 7.4 patch 7 and test your issue.

Regards,

Geetha.

Former Member
0 Kudos

Hi Geetha,

Thanks for the quick response! Will talk to the help desk guys if the company has the SAPGUI 7.30 version.

Will let you know soon if this has been solved or not.

Thanks and regards,

Jose