Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default VBA Excal start powerpoint on mix system of 2003 or 2007

On Jul 29, 4:21*am, Ismail Hakki Yildiz
wrote:
Hi there,

I am using vba excel code to start Powerpoint by setting reference for

use
dim opp as New PowerPoint.Application

and remove the line set
opp = CreateObject("PowerPoint.Application.12")

I dont have more than one version of office installed so I cant test
this. But PowerPoint.Application should reference the latest version
of powerpoint

/m


"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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Format only part of a DataLabel in Excel 2007/PowerPoint 2007 char SamW Charts and Charting in Excel 6 August 16th 09 08:56 PM
System.Diagnostics.Process.Start Excel Commands AceWonder Excel Programming 2 January 8th 09 03:12 PM
start Word and Mail Merge the data from excel,system will restart tmssupport Excel Discussion (Misc queries) 2 December 18th 07 03:15 PM
On system start automatically open Excell and the a specific weork Mick Seamarks[_2_] Excel Discussion (Misc queries) 3 August 13th 07 12:47 PM
How do I start an inventory system for a small business Karmz Roster[_2_] Excel Programming 2 May 17th 06 04:01 AM


All times are GMT +1. The time now is 02:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"