M
Martin Neumann
I am trying to instantiate an office application with the following code:
Dim PPT As PowerPoint.Application
Set PPT = CreateObject("PowerPoint.Application")
The result:
Runtime error -2147221163(80040155)
Automation error
Interface not registered
The results are the same for any Office application.
I tried reinstalling Office with the same results. I tried other OLE
automation scenarios, and could at least instantiate the software. I did
not find anything smart in the Knowledge base either. Any hint what that
could be?
Dim PPT As PowerPoint.Application
Set PPT = CreateObject("PowerPoint.Application")
The result:
Runtime error -2147221163(80040155)
Automation error
Interface not registered
The results are the same for any Office application.
I tried reinstalling Office with the same results. I tried other OLE
automation scenarios, and could at least instantiate the software. I did
not find anything smart in the Knowledge base either. Any hint what that
could be?