N
NigelGomm
hi,
i have an application that automates powerpoint... all is running just
fine... except.....
one customer who has Powerpoint 2003 (which was an upgrade from 2002).
My app gets an error "Type Library PowerPoint.application not found"
creating an eventhandler using
Define Class ppteventhandler As Session
Implements EApplication In "PowerPoint.application"
odd thing is it has already sucessfully done a
createobject("PowerPoint.application")
I wondered if this was a registry issue (esp given the upgrade) so tried
detecting the version and doing a
Define Class ppteventhandler11 As Session
Implements EApplication In "PowerPoint.application.11"
but that fails too.
any ideas?
Nigel
i have an application that automates powerpoint... all is running just
fine... except.....
one customer who has Powerpoint 2003 (which was an upgrade from 2002).
My app gets an error "Type Library PowerPoint.application not found"
creating an eventhandler using
Define Class ppteventhandler As Session
Implements EApplication In "PowerPoint.application"
odd thing is it has already sucessfully done a
createobject("PowerPoint.application")
I wondered if this was a registry issue (esp given the upgrade) so tried
detecting the version and doing a
Define Class ppteventhandler11 As Session
Implements EApplication In "PowerPoint.application.11"
but that fails too.
any ideas?
Nigel