R
RAHUL
Hi All,
In my VC++ application I need to find out if the current PowerPoint
setup support opening PPTX file (i.e. the Converter pack is installed
along with Office SP3, the combination which allow you to edit and
save PPTX files with PP 2003).
For this I was thinking of checking the PowerPoint version > 11.5 and
see if the Converter pack is installed. but am not sure how foolproof
this method is. Are there any patches to PowerPoint 2003 which also
enable it to edit PPTX but does not upgrade PowerPoint version.
I also tried to retrieve PowerPoint.Version through VBA in my setup
(PP 2003 with Office SP3) , but it gave me 11.0 (but Help -> About
PowerPoint shows 11.8169.8221... SP3").
Is there any way to get this specific version info using VBA.
Is there any other approach for finding out the same?
Thanks & Regards
Rahul
In my VC++ application I need to find out if the current PowerPoint
setup support opening PPTX file (i.e. the Converter pack is installed
along with Office SP3, the combination which allow you to edit and
save PPTX files with PP 2003).
For this I was thinking of checking the PowerPoint version > 11.5 and
see if the Converter pack is installed. but am not sure how foolproof
this method is. Are there any patches to PowerPoint 2003 which also
enable it to edit PPTX but does not upgrade PowerPoint version.
I also tried to retrieve PowerPoint.Version through VBA in my setup
(PP 2003 with Office SP3) , but it gave me 11.0 (but Help -> About
PowerPoint shows 11.8169.8221... SP3").
Is there any way to get this specific version info using VBA.
Is there any other approach for finding out the same?
Thanks & Regards
Rahul