View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ismail Hakki Yildiz Ismail Hakki Yildiz is offline
external usenet poster
 
Posts: 1
Default VBA Excal start powerpoint on mix system of 2003 or 2007

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