I
Ismail Hakki Yildiz
Hi there,
I am using vba excel code to start Powerpoint by setting reference for
"Microsoft Powerpoint 12" and using
dim opp as PowerPoint.Application
set opp = CreateObject("PowerPoint.Application.12")
Although I am using the 2007 Version in the reference, when I start it
by code, everytime PowerPoint 2003 starts.
How can I define which version of PP should start??
Thanks a lot
isicom
I am using vba excel code to start Powerpoint by setting reference for
"Microsoft Powerpoint 12" and using
dim opp as PowerPoint.Application
set opp = CreateObject("PowerPoint.Application.12")
Although I am using the 2007 Version in the reference, when I start it
by code, everytime PowerPoint 2003 starts.
How can I define which version of PP should start??
Thanks a lot
isicom