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

how can i delete the master slide from the ppt document

Im beggineer in programming and i'm trying to delete the master slide usign the c# but it always throws an exception "Specified cast is not valid" Is there any way to delete the master slide or shapes on the master slide .. please suggest. for (int…
eeshwr
  • 258
  • 4
  • 20
0
votes
2 answers

How do I tell where the insertion point is in the Slides pane?

In PowerPoint, in "normal" view, the window is split into two panes, with a pane showing slide thumbnails on the left, and a pane showing the current slide on the right. You can select more than one slide in the left-hand panel, which is useful if…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
0
votes
1 answer

Vsto PowerPoint 2007

I have been ask to develop a Add-in to PowerPoint 2007 using VSTO. I need to disable AutoRover/AutoSave from code only in PowerPoint, is that possible ? I have found it possible in Excel and Word. Excel:…
Dennis Larsen
  • 461
  • 4
  • 12
0
votes
2 answers

PowerPoint doesn't run Videos on other computers even after using Package for CD

I wanted to show a Presentation. When I run it on another computer, both the sounds and the vids didn't work. I found out about Package for CD and run it. The audio started to work on other computers, but the videos still ain't working. I am also…
Ishpreet
  • 169
  • 2
  • 3
  • 13
0
votes
1 answer

Is there a PowerPoint equivalent of Word's ToggleRibbon? Or another way to accomplish the same thing?

[In Office 2007+, you can cause the ribbon to be minimized so that only the tab names are shown, which makes it look a bit like a menu bar. The full ribbon is then only shown when you click on a tab. This ribbon state is what I'm trying to…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
0
votes
1 answer

Can I get rid of the "Marked as Final" strip in an Office document?

When a user opens a document (or in my case, presentation) that has been marked as final, a yellow strip appears at the top of the window explaining that the document has been marked as final and that editing is disabled. The strip also includes an…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
0
votes
1 answer

How to bypass PowerPoint 2007 PresendationBeforeSave

I'm having some problems with bypassing the Application_PresentationBeforeSave event in MS Office PowerPoint 2007 void Application_PresentationBeforeSave(Microsoft.Office.Interop.PowerPoint.Presentation Pres, ref bool Cancel) In this event, I need…
Dennis Larsen
  • 461
  • 4
  • 12
0
votes
2 answers

Powerpoint 2007 break links on the datasheet of an embedded chart object

I would like to break the links in the datasheet of an embedded chart object . This code updates the links, but I need the links broken. Thanks pptWorkbook.UpdateLink pptWorkbook.LinkSources(1) PS. How do you update multiple link sources without…
mooseman
  • 1,997
  • 2
  • 17
  • 29
0
votes
2 answers

Powerpoint Interop API access multiple slide masters inside slide master view

I have powerpoint presentation with multiple master slides.I want to access current active powerpoint presentation slide master in master view using InterOp API and VB.net. When I tried to access active slide master it always select the first slide…
LittleOne
  • 131
  • 1
  • 4
  • 16
0
votes
2 answers

Object name changes between Office 2007 and 2003

I had assigned object names to objects in a 2007 Powerpoint file for automation purposes. I ran the automated code in another machine which has office 2003 and found that the object names are dynamically changing there hence the automated code…
-1
votes
1 answer

Excel VBA Run-time error 2147188160 (80048240) Automation Error

I am trying to create a ppt with text entries from excel placed in couple of columns. Have googled a lot but not able to make any headway on Run-time error 2147188160 (80048240) Automation Error. Found this link on micrsoft site…
Anant
  • 13
  • 1
  • 2
-1
votes
1 answer

c# Open Powerpoint Presentation under virtual machine

I tried to use the following code PowerPoint.Application objPPt = new PowerPoint.Application(); objPPt.Presentations.Open2007(strFileName, Core.MsoTriState.msoFalse, Core.MsoTriState.msoFalse, Core.MsoTriState.msoTrue,…
-2
votes
3 answers

Stuck with some weird error in VBA

I am doing project in powerpoint 2007 automation. In that i am using macro programming (VBA). I am getting the following error while run the macro. Err.Number= -2147024809 (80070057) but my concern is not with error Because i want to catch this…
Pratik Gujarathi
  • 748
  • 10
  • 22
  • 40
1 2 3 4
5