VFP6 SP5 on WinXP Pro SP2

I have a class that generates PowerPoint presentations
via automation (VBA). It was designed using PowerPoint
2003. We now have some users who have Office 2007
installed and this automation (not surpirsingly) fails
on these machines with OLE errors.

Before I just dig into this to see what might need to
be changed to support PPT 2007, is there a document or
web page somewhere that specifically deals with the
differences in the object hierarchy, methods, and VBA
control between PowerPoint 2003 and 2007? I've done
some searching, but haven't come up with much.

-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________

RE: PowerPoint 2003 automation fails on 2007 by MichelRoy

MichelRoy
Wed Apr 09 14:34:00 CDT 2008

google powerpoint 2007 object model difference

http://technet.microsoft.com/en-us/library/cc179116.aspx

"Tim Witort" wrote:

> VFP6 SP5 on WinXP Pro SP2
>
> I have a class that generates PowerPoint presentations
> via automation (VBA). It was designed using PowerPoint
> 2003. We now have some users who have Office 2007
> installed and this automation (not surpirsingly) fails
> on these machines with OLE errors.
>
> Before I just dig into this to see what might need to
> be changed to support PPT 2007, is there a document or
> web page somewhere that specifically deals with the
> differences in the object hierarchy, methods, and VBA
> control between PowerPoint 2003 and 2007? I've done
> some searching, but haven't come up with much.
>
> -- TRW
> _______________________________________
> t i m . w i t o r t
> _______________________________________
>

RE: PowerPoint 2003 automation fails on 2007 by tim_witort

tim_witort
Fri Apr 11 11:18:39 CDT 2008

=?Utf-8?B?TWljaGVsIFJveQ==?= seemed to utter in news:6184A532-4065-4D9C-
B9B4-563A1B886213@microsoft.com:

>
> "Tim Witort" wrote:
>
>> VFP6 SP5 on WinXP Pro SP2
>>
>> I have a class that generates PowerPoint presentations
>> via automation (VBA). It was designed using PowerPoint
>> 2003. We now have some users who have Office 2007
>> installed and this automation (not surpirsingly) fails
>> on these machines with OLE errors.
>>
>> Before I just dig into this to see what might need to
>> be changed to support PPT 2007, is there a document or
>> web page somewhere that specifically deals with the
>> differences in the object hierarchy, methods, and VBA
>> control between PowerPoint 2003 and 2007? I've done
>> some searching, but haven't come up with much.

> google powerpoint 2007 object model difference
>
> http://technet.microsoft.com/en-us/library/cc179116.aspx

Good link. Thanks.

-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________