I am struggling with connecting to already running Excel instance (it's opened automatically from different program). When I am trying to use GetObject(,"Excel.Application")
I am getting an error "Cannot create activex component" (actually it's 'ActiveX-Komponente kann nicht erstellt werden' in German).
Is there any way to connenct to Excel directly with process ID or some other way to do it without getting this error?