PowerPoint is a Windows and Macintosh presentation program produced by Microsoft. It is primarily used to create presentations to be projected. However, due to the flexible nature of its canvas, it is also being used for animation, e-learning, web broadcasting, business reporting and self-running ...

learn more… | top users | synonyms (4)

0
votes
0answers
9 views

PHPPowerpoint : Grid Lines Inside Chart + Increase Font Size + Label Y-axis

I'm using the following code to create a chart with the PHP Powerpoint library. $currentSlide = createTemplatedSlide($objPHPPowerPoint); $seriesData = ...
1
vote
1answer
15 views

Unable to Group some shapes in Powerpoint 2010

I am having some difficulty using the .Group method on a ShapeRange. For example, I am not able to Group a table with a textbox, nor am I able to group the slide's title shape with a textbox, etc. I ...
0
votes
1answer
13 views

Use VBA to change the internal margin and/or number format of a PowerPoint table cell

I have a VBA loop that cycles through the selected cells of a PowerPoint table to update the formatting. The following lines work great: With ...
0
votes
0answers
25 views

Convert Word VBA code to Powerpoint code

I am new to VBA. I have the following Word VBA code, how can I convert it to a Powerpoint Version? Appreciate the help. With ActiveDocument.InlineShapes(1) If .HasChart Then ...
2
votes
0answers
10 views

adding objects programmatically to powerpoint slides forcing all objects animation

I am adding some objects to a PowerPoint slide on the fly along with some animations. Problem is when I add any object after adding the first object then both the previously added object along with ...
2
votes
2answers
19 views

How can I get the SlideIndex of a visible Slide in Powerpoint when SelectionType = ppSelectionNone

I have some code that requires me to know what SlideIndex to operate on (e.g., where to insert a new slide, where to insert a ChartObject, etc.). About 99% of the time, I can successfully obtain the ...
2
votes
2answers
32 views

Set overflow in a powerpoint shape

So, I have a shape I'm programatically generating, when it has a small amount of text, it looks like this: If I add a huge amount of text however, it flows out of the shape, like so: What I want ...
1
vote
0answers
25 views

Accesing powerpoint interop with Network Service user

I have a problem in a ASP web application using the Network service as IIS Identity, and using the Micorsoft Powerpoint Interop DLLs. I have a windows 7 computer acting as server and developing ...
0
votes
1answer
40 views

how to open powerpoint by pspdfkit?

NSURL *documentURL = [[[NSBundle mainBundle] resourceURL] URLByAppendingPathComponent:@"item_70_1_3.ppt"]; PSPDFDocument *document = [PSPDFDocument documentWithURL:documentURL]; NSURL *tempURL = ...
-1
votes
1answer
39 views

Macro code need advise

My presentation is like this: There are around 500 slides in the presentation, the first slide is an introduction, second slide is for instructions with the action button for the Start_time macro - ...
0
votes
1answer
30 views

Update PowerPoint pictures using VBA

My day to day work involves creating powerpoints for clients highlighting their campaign performance. Most of the charts have been linked to excel, which saves me a ton of time but I end up spending ...
0
votes
0answers
25 views

Embedding slideshow on webpage with auto play and loop

I want to embed a powerpoint presentation in a webpage and then want it to autoplay(and keep going through all the slides) and loop back. The most popular suggestion has been using SkyDrive to host ...
0
votes
1answer
48 views

Unable to populate PowerPoint TextBox with value in Excel cell using VBA

It's all fixed now..I had forgotten I had used an activex control textbox not the "normal" PPT textbox. This is the correct basic code to populate a single textbox. Thanks to David Zemens I got ...
0
votes
0answers
16 views

WPF can realize PowerPoint's Custom Animation?

I want to realize like PowerPoint's Custom Animation use WPF.for example.diamond Animation. any one has some ideas. thanks. i want to realize it like this picture. ...
0
votes
0answers
4 views

powerpoint transparent prints black [migrated]

In Powerpoint, I have a White box with a transparent outline. This does not appear on the document, and this is deliberate, I only use the reference points for connecting lines. However, when I ...
0
votes
2answers
206 views

Writing Excel VBA code/macro to populate Powerpoint Text boxes with Excel cell values

I'm attempting to take the value in Excel cells and value PowerPoint text boxes. I don't want to link a PowerPoint table to an Excel spreadsheet because the spreadsheet is constantly changing..values ...
0
votes
1answer
23 views

Find original scale of Powerpoint VBA msoLinkedPicture

I have a routine that update all links in a PowerPoint presentation. However, if the images that comprise the links have been resized, they will come in at a the same size, which will distort them. I ...
-2
votes
0answers
20 views

Best Scale for Slideshow option ppt through vba

I have a code that copies many charts as images from excel 2010 to ppt 2010. I'd like to know how to make vba (run from excel) activate the "Format Picture> Size> Scale> Best scale for slideshow" ppt ...
0
votes
0answers
22 views

Drawing with DirectX over a PowerPoint slideshow

I need to be able to draw some DirectX content over a PowerPoint slideshow being played using PowerPoint Viewer in .NET application using Microsoft Interop API. So far I have come up with idea of ...
0
votes
0answers
9 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 ...
1
vote
0answers
41 views

Rendering simple html code in Powerpoint text box

I have this string of html code and I want to display it in a Powerpoint Text box properly formatted as per the HTML code using VBA. Any suggestion on how I do that? I inserted some spaces in the ...
0
votes
0answers
44 views

Shape.Height and Shape.Width problems in PowerPoint 2013

I am using a small VBA script to apply some text in the background. The script works fine on PowerPoint 2007 and PowerPoint 2010. However, in PowerPoint 2013, setting Shape.Height and Shape.Width ...
1
vote
1answer
28 views

Falling Mapple Leaves PowerPoint

I want to show falling mapple leaves on a slide of ppt. Its that achievable ? If yes how ? I did try to google but not able to figure out. Thanks for looking into it.
1
vote
0answers
31 views

VBA Power Point Link with excel Updates

I am very new with VBA, i have the power point file to excel - Pivot table and making a macro to that it keep change the povit valuse update the ppt link and save as new name. Actually it is all ...
0
votes
0answers
20 views

Creating cropped pdf documents

I use Powerpoint to create/assemble/annotate illustrations for a book I'm writing. The illustrations need to be in pdf form, ultimately, and they need to be cropped, so that the pdf page is just a ...
0
votes
0answers
13 views

swf playing continuously in a loop

I have created a Powerpoint presentation then I have open it in a adobe captivate, then I have conerted to .AVI and finally I have converted it to a swf. My question is when I play a swf, it plays ...
-1
votes
1answer
39 views

ASP.NET How to convert PPT Slides to Images [closed]

I am looking for some solutions to convert a PPT Slides to Images for my Web Application (ASP.NET) Hope that someone helps me soon ! Thanks!
0
votes
0answers
19 views

Loss of context for ActiveCell using Monthview in embedded EXCEL workbook

I have a an EXCEL workbook embedded in a POWERPOINT presentation. The workbook uses MONTHVIEW to provide a calendar to the user to select a date. The following error occurs when the user clicks on ...
0
votes
1answer
16 views

Get all Shapes with Charts from a Slide

I am working with a Powerpoint slide and try to extract the names of all shapes with charts from the slide. I can find out if the Slide has charts at all, but I am stuck as to how to find the ...
0
votes
0answers
22 views

Alternative to powerpoint shape.Export method

I want to export shapes from ppt to images. I'm using PowerPoint api's shape.Export method. like : curShape.Export(path + imageName,JPG_Or_PNG, (int)this.myPPTProcessor.SlideWidth, ...
0
votes
1answer
23 views

How to embed a WebGL output in May Keynote?

I have some output in WebGL format, is there a way for me to embed this in a KeyNote or PowerPoint or LaTeX-Beamer presentation so that I change the orientation and zoom during a presentation.
0
votes
0answers
12 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
0answers
33 views

Start or begin edit office document event in .net

Is there an event or function in Word, Excel and PowerPoint which can give me an information that document content has been modified. Is there a possibility to handle event "OnBeginEdit" or ...
0
votes
0answers
27 views

detect events on powerpoint shapes from C#

is it possible to detect the events which happen on a powerpoint shape like, let say, an arrow??? Until now, I've found the only possibilities are selecteditemchanged, beforerightclick and ...
1
vote
0answers
38 views

Out of Memory failure automating VSTO Powerpoint API

I am using the VSTO Powerpoint API to automate the creation of Powerpoint files. What I have found is that using the most basic call to create a Powerpoint file from a web application on a Windows 7 ...
0
votes
2answers
39 views

How to close external programs (Powerpoint) running on the native desktop using Java?

I have to create an application that will automatically open a powerpoint file, let it play through, and then close it. Not only do I need to figure out HOW to close it, but I also must detect when it ...
-1
votes
1answer
23 views

inserting special symbol into text in powerpoint [closed]

Possible to insert the following symbol into text in powerpoint? I can not find this kind special symbols in the powerpoint.
0
votes
1answer
60 views

How i can create a .ppt file from as3?

How i can create a .ppt file from as3? i need to add one image to powerpoint and save the .ppt file on a button click. Is there any as3 library available for saving files as ppt? Any help would be ...
0
votes
1answer
37 views

Custom powerpoint viewer for iPhone

I want to write a simple powerpoint presentation viewer, that would allow the user to view different slides from different files at the same time, for example: File 1 : Slide 5 User taps "next". File ...
0
votes
1answer
65 views

How do I export text from only certain shapes in ppt using VBA?

I'm trying to export text from a large ppt. I have figured out how to export but I get all text from all shapes and I'm only interested in certain text. Is there a way to have an IF function that ...
0
votes
0answers
70 views

Parse iReports in ppt/pptx format via JasperReportsComponent in Pentaho

I am using Pentaho, and i want to present JasperReport reports, made in iReport, in it. Everything works fine due to pentaho has a component called JasperReportsComponent which can parse ireports ...
-1
votes
1answer
36 views

How to Close a power point presentation file(.ppsx) automatically? [closed]

I have a power point presentation file with .ppsx format. Now I want to close the file automatically after showing the all slides present in that ppsx file without any mouse interaction. can some one ...
0
votes
1answer
30 views

Powerpoint attaching a VBA function on a button

I have found how to create a button and I want to make it so when I press it it does the following function. <-Button-> Sub AddButton() Dim cb As CommandBar Set cb = ...
0
votes
1answer
59 views

PowerPoint-to-Html5 SDK

Hi does anyone know of any tutorial or a developer guide or a blog for the Conaito PowerPoint-to-Html5 SDK? They don't have one in their website, so I was wondering if anyone has seen at least a blog ...
0
votes
1answer
63 views

How to update live links in PPT from Excel - while in Slideshow mode

I have pasted (paste special, paste link) data a cell in Excel into PPT. I update the excel data and simultaneously I can see the data change in the PPT slide (edit mode) However, when I run the PPT ...
0
votes
1answer
37 views

Best way for embedding vector gfx in MS PowerPoint?

What is a good technique to export/import vector grafiks from Adobe Illustrator to MS PowerPoint?
0
votes
1answer
99 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 ...
0
votes
1answer
50 views

How do I Programmatically link an Excel table to a Powerpoint 2003 Chart

I have charts built in powerpoint where the data was manually pasted into the charts' dataSheets. I would like the user to be able to specify which excel file he would like to use and have the code ...
0
votes
2answers
30 views

Starting with a TextRange, how do I find the enclosing Shape?

Suppose I have a TextRange object, and I need to find the Shape that contains that TextRange. Normally, I can use the Parent property of the TextRange to get the TextFrame that contains it, and then ...
-1
votes
2answers
63 views

Converting data from excel file into power point [closed]

I am wondering if it possible to automate to extract data from multiple exel file , plot a graph and finally present the data in pointpoint using pre-existing template . I tried Python but could go to ...

1 2 3 4 5 28