Hello,
I have both Office 2003 and Office 2010 installed on my Windows Vista System as different features are needed from each.
The problem is that my macro in Excel 2010 opens PowerPoint 2003 and I can't figure out a way to get it to open PowerPoint 2010.
I'm using this code:
I have added the reference: Microsoft PowerPoint 14.0 Object Library.
Thank you in advance.
ML
I have both Office 2003 and Office 2010 installed on my Windows Vista System as different features are needed from each.
The problem is that my macro in Excel 2010 opens PowerPoint 2003 and I can't figure out a way to get it to open PowerPoint 2010.
I'm using this code:
Code:
Dim ppApp As PowerPoint.Application
Set ppApp = CreateObject("PowerPoint.Application")
Thank you in advance.
ML