Tagged Questions
1
vote
1answer
20 views
PowerPoint presentation slide count from Python?
Computing the sum page count of all my .docx, .doc, .ppt, .pptx, and .pdf files within a certain directory; but am a little confused at how to count PowerPoint slides.
Here's what I've tried:
from ...
1
vote
2answers
30 views
Powerpoint: Manually set Slide Name
Context:
A PowerPoint slide in C# has a property Slide.Name (usually contains an arbitrary string value).
In my C# application I would like to use this property to identify slides (the slide order is ...
6
votes
3answers
136 views
How can I add a macro to a Word 2010 or PowerPoint 2010 chart?
In PowerPoint 2010 or Word 2010, when I choose Insert -> Chart, it creates a new chart with an Excel worksheet for the data.
If I add a macro to the Excel worksheet, this seems to be discarded when I ...
0
votes
2answers
20 views
Get the ChartSpace from a ChartReference
I try to modify a PowerPoint Slide, which contains two Charts. My goal is to find the Chart and modify its data.
I already got the GraphicFrame which contains the Chart, and I got the relative ID of ...
0
votes
0answers
15 views
Getting a complex powerpoint figure from a circle
I got a task in powerpoint to get from one figure to another only by using powerpoint's tools. I'm totally lost though, it doesn't seem to come out right. I can't really figure how to move the bottom ...
0
votes
1answer
187 views
Creating PowerPoint presentations programmatically in asp.net [duplicate]
Is there a way to programmatically create PowerPoint presentations in asp.net? If possible, I'd like to use C# and create PowerPoint 2007 presentations with out install Office on server.
Thanks in ...
1
vote
2answers
160 views
How to read complex equations from PowerPoint slide in C#
I am trying to read powerpoint slides. But when my program is encountered with text like
" Vo = Σ CF/(1+t) " , the shape.TextFrame.TextRange.Paragraphs(paraindex,1).Text property can not read it ...
0
votes
3answers
436 views
Powerpoint VBA table & object alignment
I have a macro which generates a table with 3 columns and a dynamic number of rows.
The 3rd column is labled "Trend" and the macro creates an arrow pointing up, down, or to the left but these arrows ...
0
votes
2answers
102 views
Are there IF Hidden Statements in VBA for PowerPoint?
I'm trying to write a macro in PowerPoint that is basically an IF statement. I have 4 boxes, and I have animations that when they are clicked, they fade out. Is it possible to have a macro that ...
0
votes
1answer
263 views
Dynamically update text in powerpoint using VBA
I have a report that is generated in PowerPoint, and underneath many of the graphs, there is text that tells the reader to refer to pages in the appendix. I would like to be able to dynamically ...
0
votes
0answers
102 views
Cannot access object model of PowerPoint opened from SharePoint
I have a PowerPoint add-in that works with PowerPoint 2007/2010. I've discovered that it does not work correctly when the active presentation was opened from a SharePoint site in read-only mode.
In ...
0
votes
1answer
55 views
Creating a “new album” window
How can I call/create a "new album" window (the window that has a preview of images and some options) using VBA code? I'm using PowerPoint 2007 or 2010.
I am not asking how to import images into ...
0
votes
1answer
158 views
How to place Chart templates (.crtx) on a server
I've got a question regarding placement of chart templates on a file server.
I want to do this to avoid having to place the chart template files locally on every PC.
And they will update on all PCs ...
0
votes
1answer
57 views
Powerpoint - make add-in compatible with more versions of PowerPoint
I'm programming simple powerpoint add-in, that sends xmlhttp request on slide change. Is it possible to create one add-in compatible with more vesions of powerpoint? Or do I have to develop it for ...
1
vote
2answers
11k views
Embedding video in PowerPoint 2010 not working
I'm trying to embed a video in powerpoint 2010 to autoplay when I get to that slide (ideal).
OR... if that doesn't work I'd like to hyperlink an image in my presentation to the video... and when I ...