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
1
vote
0 answers

C# Powerpoint 2007 Copy Slides with Formatting

So I have been able to get slides copied over from PPT 2010 with the ExecuteMso("PasteSourceFormatting"); command just fine, sadly this does not work for 2007. I have been able to open up the Source Presentation slides and copy and paste all the…
KJones
  • 87
  • 1
  • 8
0
votes
1 answer

What is the difference between Powerpoint Theme and Powerpoint template?

I am working on PowerPoint macro. In that I want to apply theme programatically but in that i just want to ask user like which layout you want to apply for that slide. But when i say theme.apply it just apply automatically layouts to the slide. So i…
Pratik Gujarathi
  • 748
  • 10
  • 22
  • 40
0
votes
3 answers

Open PowerPoint from directory and resume macro

I'm trying to open a PPTX from a specific folder using a Function within a Sub. The function's purpose is to choose the file that the rest of the macro's code will perform it on (essentially to make it the ActivePresentation) The problem is that…
dixter20
  • 15
  • 1
  • 4
0
votes
2 answers

Programmatically Open Dialogs in Powerpoint

could somebody tell me how to open the font selector, language selector dialogs, etc. programmatically in a powerpoint 2007 add-in? In addition to that I need the returnvalues from the dialogs (i.e. the fontname, etc.) THANK YOU
cojack20
  • 403
  • 1
  • 5
  • 13
0
votes
1 answer

PowerPoint automation c++ change textsize

I am working on adding a chart to a powerpoint 2007 slide in c++ and everything is adding but I cannot find out how to change the font size. If anyone knows how to do this for powerpoint 2007 or know where to find a solution, that would be great…
coynep1
  • 45
  • 1
  • 8
0
votes
1 answer

Change the target of a linked video causes the trim function stop working

I am changing the target video in a linked video in PowerPoint 2010, but the problem comes when the original video was trimmed using the trim function so since I am just changing the target video it makes sense that the trim function still there…
Ptimus
  • 7
  • 1
0
votes
1 answer

PowerPoint 2007 VBA - Unable to Get Ribbon Button Working

Starting today, no custom button in my PowerPoint 2007 ribbon will work. Each time I click the button, the following error message appears: "The macro cannot be found or has been disabled because of your security settings." I've Googled this issue…
variant
  • 1,344
  • 2
  • 11
  • 18
0
votes
1 answer

Is there a way to ungroup grouped images within the PowerPoint slide using Python?

Is there a way to ungroup grouped images within the PowerPoint slide using Python? Or is there a way that I can make such a function on my own? Testing through powerpoint 2007 version. Thank you. I would like to inquire after confirming that the…
PYS
  • 1
0
votes
2 answers

How to Identify whether pagenumber is on/off of a .pptx(MS powerpoint) file?

I would like to know if there is a way of identify whether pagenumber property is enabled or disabled for a MS Powerpoint file? So far my research lead me to this post In this we need to read the slides of the presentation, in order to…
Yasindu
  • 149
  • 9
0
votes
2 answers

How do I find out the file format of a presentation in PowerPoint VSTO?

I have been working on some Office add-ins for the 2007 Office System. The add-ins need to know the file format as they are only to perform their actions when the format is one of the newer compressed XML-based formats (docx, xlsx, xlsm, pptx,…
Jeff Yates
  • 61,417
  • 20
  • 137
  • 189
0
votes
1 answer

Creating 3D tables in Powerpoint

I am trying to make a 3D table in Powerpoint with a gradient effect that look somewhat like the image shown below but unable to make it. None of the default designs/styles look like the one I displayed below. I could not find a matching gradient…
0
votes
0 answers

Trigger Animation in PowerPoint

I have Microsoft Office PowerPoint 2007. I want to make it so that it will start a specific animation when I press the F4 key. I currently have the following: Sub DoAnimation() End Sub Sub auto_open() Application.OnKey "{F4}","DoAnimation" End…
Dan
  • 527
  • 4
  • 16
0
votes
0 answers

PHPPowerpoint live object Issue

I am using phppowerpoint from codeplex, that is work fine at local xampp server but when i have do live that then show phppowerpoint class is not found plese help me
0
votes
1 answer

Set TextRange to start at beginning of current line (PowerPoint 2007 VBA)

Given that the cursor is within some TextRange tr, I would like a Sub that takes tr as an input argument and selects (or returns) a TextRange that starts at the start of the current line containing tr.startand ends at the next instance of a "." or…
R. Hoffman
  • 111
  • 4
0
votes
0 answers

Why does Shapes.Item return 0x8004005 error on PowerPoint 2007?

I first tested this code (simple code to create a new file and delete all the shapes) using PowerPoint 2016. It seems to work just fine: using namespace PowerPoint; //Load currently running PowerPoint _ApplicationPtr pptApp; HRESULT hr =…
theKidOfArcrania
  • 488
  • 4
  • 13