Questions tagged [powerpoint-2007]

PowerPoint 2007 is the presentation graphics software in the Microsoft 2007 Office suite. With PowerPoint, you can use its easy-to-use predefined layouts, themes, and templates to create dynamic and professional presentations.

PowerPoint 2007 is the presentation graphics software in the Microsoft 2007 Office suite.

With PowerPoint, you can use its easy-to-use predefined layouts, themes, and templates to create dynamic and professional presentations.

73 questions
2
votes
1 answer

OpenXML - PresentationML Cloning - Corrupts Powerpoint

My need is to clone all slides in a presentation to a base presentation and change the layout of the cloned slides to the layout of the base presentation. The approach I took was, (Base presentation denoted as B, to be cloned presentation is…
Yasindu
  • 149
  • 9
2
votes
1 answer

Saving macro as addin in PowerPoint 2007

I've got a question concerning addins in PowerPoint 2007. It is possible to save a macro as an addin and then use it as a button in all PP presentations? I know it's possible in Excel..but how about PowerPoint?
haver24
  • 241
  • 2
  • 5
  • 11
1
vote
1 answer

Create new Equation Macro in PowerPoint 2007

I'm helping out one of my professors but what should be a simple task is starting to frustrate me. I do not have any experience with Visual Basic used to create macros in MS Office 2007, specifically PowerPoint '07. All I need is a macro for…
ashwell
  • 224
  • 2
  • 13
1
vote
2 answers

PowerPoint 2007 - How to use Application.NewPresentation event handler?

so I've found that PowerPoint 2007 does indeed support event handlers on the Application level. For example Application.NewPresentation or even Application.AfterNewPresentation It's described here…
Kenny Bones
  • 5,017
  • 36
  • 111
  • 174
1
vote
1 answer

PowerPoint 2007 - Programmatically insert data?

I know PowerPoint supports macros But is there a way I can insert data from a datasource into a placeholder or something? I've got a routine where I collect data from a database and store it in the registry. This data is then inserted into several…
Kenny Bones
  • 5,017
  • 36
  • 111
  • 174
1
vote
1 answer

Converting a powerpoint file from .ppt -> .pptx by using a bitstream using c#.net 2008

I'm trying to create and open a powerpoint by using binary data from a sql database by using linq. A. First I'm reading it into a byte array and then creating the .ppt file. public bool createPresentation(string fileName, byte[] powerPoint) { …
Yasindu
  • 149
  • 9
1
vote
1 answer

Save Value of a Text Field In PowerPoint

I am trying to make a review game in PowerPoint 2007. I would like to be able to have two text fields where, in the show, the person controlling the game would then enter a team name in the two text fields. It would then save the data and then, on…
nmacbook.nick
  • 151
  • 1
  • 7
1
vote
2 answers

Presentations.Open requires PowerPoint 2007 to be open?

I have a macro runTest in a PowerPoint file test.pptm that I wish to call by using the following VB script. All works well when the script is called on a machine with Office 2010, but the script will only work with Office 2007 providing the…
Franzl
  • 719
  • 1
  • 6
  • 13
1
vote
1 answer

How to reach "Insert chart" dialog in PowerPoint2007 using vba?

I apologise in advance if this topic has been covered in another thread, but i am not able to find out where it is. I am trying to reach the "Insert Chart" dialog from PowerPoint 2007. According to the documentation I have reviewed this can be…
koishi
  • 31
  • 4
1
vote
1 answer

Creating Power point slides with tables in Excel

I have a large workbook that has several connections and queries to an Oracle database to gather data. I have roughly 6 sheets in this workbook that contain my final data. I would like to move all of this data to a PowerPoint presentation. I have…
1
vote
2 answers

Merging multiple powerpoint slides into one and maintain single point of source?

We have some set of (powerpoint) pptx files which are targeted for different audiences I was thinking of merging different slide sets based on target audiance I want to know if it's possible to Merge multiple powerpoint files into one If a single…
KK99
  • 1,971
  • 7
  • 31
  • 64
1
vote
1 answer

How to change the existing custom properties/properties in .pptx files using Apache POI

I would like to change the properties of .pptx files programatically using Apache POI. I am done with .docx and .pdf using Itext. When it comes for .pptx files the recommended package XLSF doesn't have any method to retrieve/change the properties…
sreram
  • 99
  • 2
  • 9
1
vote
1 answer

My vsto file is not recognized by Office 2007

I have created an add-in VSTO for powerpoint 2007 but my .vsto` file is not recognized (apparently the right format is .ppam) but when I build it creates a .vsto file, how can I get a correct file ?
TD Lemon
  • 385
  • 4
  • 18
1
vote
1 answer

Select the radio buttons of “Create handouts in Microsoft Word” in Powerpoint 2007

How can I write a macro in Powerpoint to select any option (Radio Button) that is displayed when you call "Create Handouts in Microsoft Word" (Office Button-> Publish -> Create Handouts in Microsoft)? The macro to call "Create Handouts in Microsoft…
Langdon
  • 53
  • 1
  • 8
1
vote
1 answer

how to set image Aspect ratio to 100 % in Powerpoint 2007 using vba?

I am working on automation tool. I want to set image Aspect ratio to 100 % on each slide. Is there any property for that in vba? Thanks in Adv.
Pratik Gujarathi
  • 748
  • 10
  • 22
  • 40