Hi. I'm trying to connect to SAP Logon with VBA but I'm getting the error 429: The ActiveX component can not create the object.
In this point 429 error:
Set oBapiCtrl = CreateObject ("sap.bapi.1")
Set oBapiLogon = CreateObject ("sap.logoncontrol.1")
VBA Code:
Sub sap()
Dim oBook As...