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
16
votes
1 answer

Play & Pause Video from form control winform

I want to make a form control which be able to start, pause, stop, close quiz presentation (count down time will run when start is pressed). The problem is in some presentations, there is available video (each slide can only contain a maximum of 1…
Surya Matadewa
  • 1,017
  • 5
  • 19
  • 38
7
votes
2 answers

Changing the properties of elements in Office Ribbon using VBA

I am a beginner in VBA and Office Ribbon UI. I am using Office 2007 and used Custom UI to develop a Ribbon in PPTM. I have added a set of XML like the one below:
Praveen Kumar Purushothaman
  • 164,888
  • 24
  • 203
  • 252
6
votes
2 answers

How to return back to home slide from another slide after hyperlink in powerpoint

I am using Powerpoint 2007 and I have set up hyperlink from slide A to slide B in the same document. In the slide show, the hyperlink is working perfectly. But after slide B, how can I return back to slide A itself? My slide structure is as follows…
EscalinNancy
  • 1,252
  • 3
  • 10
  • 13
5
votes
2 answers

Is there an equivalent Workbook_Open Event in Powerpoint VBA

Basically, I am trying to run some VBA code as soon as the powerpoint file is opened in windows. I don't want to run it when the presentation is started, but I guess that would be an alternative. I'm not too sure how to do that either. In Excel I…
robbie
  • 658
  • 3
  • 11
  • 26
3
votes
1 answer

Saving and autosaving PowerPoint OpenXML PresentationDocuments

I'm looking for some advice about saving OpenXML documents, specifically a PresentationDocument. In my scenario I open a PowerPoint .pptx presentation directly from disk, that acts as a template. I then add (copy) slides from various other…
Appetere
  • 6,003
  • 7
  • 35
  • 46
3
votes
2 answers

PowerPoint 2007/2010 VBA ppam Add-In does not show up in VBA editor when open

I've created a PowerPoint 2007/2010 VBA Add-In (.ppam) some code in a module. I've also added an XML ribbon (not important, but it shows me that the file is in fact open in PowerPoint). I can click a button in the ribbon I created and it will…
ak112358
  • 713
  • 2
  • 13
  • 25
3
votes
1 answer

Programmatically extract embedded file from PowerPoint presentation

I am working on a VSTO PowerPoint add-in which involves recording and playing sounds. I was requested at the last minute to allow users to pick the device that will play the sound, like Skype does. In general, I don't think it is possible to…
Mathias
  • 15,191
  • 9
  • 60
  • 92
3
votes
1 answer

How to activate (make visible / enable / show) Selection Pane in PowerPoint using VBA?

In PowerPoint 2013, the Selection pane properties are available from a CommandBar object as follows: Application.CommandBars("Selection") (note that for PowerPoint 2010 and 2007 the name is "Selection and Visibility") When using Alt+F10 in the UI…
3
votes
0 answers

OpenXML - PresentationML - newMasterPart.SlideMaster.Preserve = false, is not working

I'm trying to use the Preserve attribute of Slide Master, in order to clear unreferenced Slide Masters. My aim is to clone all slides in a presentation(has only one slide) to a base presentation(has only one slide) and change the layout of the…
3
votes
3 answers

Find and Highlight Text in MS PowerPoint

I used some code from this site to make a macro to do a keyword search on Word docs and highlight the results. I would like to replicate the effect in PowerPoint. Here is my code for Word. Sub HighlightKeywords() Dim range As range Dim i As…
Ryan Solis
  • 33
  • 1
  • 1
  • 4
2
votes
1 answer

Replacing some text in PowerPoint

I use Microsoft.Office.Interop.PowerPoint to replace some specific token at each slide from a *.pptx presentation. The problem is that the text box in which the token resides has lines which are formatted in different ways (e.g. lines with different…
wh1t3cat1k
  • 3,146
  • 6
  • 32
  • 38
2
votes
2 answers

how to update text in a powerpoint slide using C#

i have a single powerpoint slide that we use for reporting. This slidehas some tables and some textboxes with bulletted lists We are trying to see if we can update this powerpoint slide (update text in textbox and update text in tables) using C# as…
leora
  • 188,729
  • 360
  • 878
  • 1,366
2
votes
1 answer

VSTO: How to forbid the context menu of chart in presentation slide?

I'm developing an add-in of PowerPoint in VSTO. When I have inserted a chart into the slide, and I don't want show the context menu when user right-click the chart. I forbid some command button of powerpoint,
Thomas
  • 707
  • 2
  • 6
  • 14
2
votes
2 answers

PasteSpecial using Ole,PowerPoint,Delphi

How do you use PasteSpecial in Delphi to paste into an Ole PowerPoint. I have rtf data i want to paste into powerpoint and I need to use PasteSpecial. However I cannot find documentation on how to fill out the parameters it needs.
Tim
  • 1,549
  • 1
  • 20
  • 37
2
votes
1 answer

Positioning images on slides in PowerPoint 2007 using vba

I'd like to do one of two things in PowerPoint 2007 on Windows. The first is to change the default location for pasting in an image. When I paste in a graph I made with SAS, it pastes into the upper lefthand corner. Ideally, I'd like to change the…
jedmatic
  • 55
  • 1
  • 1
  • 7
1
2 3 4 5