Top "Powerpoint" questions

PowerPoint is a Windows and Macintosh presentation program produced by Microsoft.

Renaming Objects in PowerPoint

Probably a very stupid question but I can't figure how to rename an object in PowerPoint.. For example, all my …

vba ms-office powerpoint
Animated slides conversion to static PDF

For all of you, people who make ppt slides with animations like: Showing bullet points one by one Showing images …

pdf animation powerpoint converters
How to auto execute a macro when opening a Powerpoint presentation?

I have a pretty basic question, but could not find the answer on internet.In Powerpoint 2010, I have a macro …

macros powerpoint startup execute
How to populate an array from text file in Visual Basic for PowerPoint 2010

I'd like to define an array like: sample_array = Array( _ "foo", _ "bar", _ ... "dog", _ "cat" _ ) ...in a macro written in VB …

vba powerpoint powerpoint-2010
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# …

ms-office powerpoint
How to get the MD5 hex hash for a file using VBA?

How can I get the MD5 hex hash for a file using VBA? I need a version that works for …

vba hash md5 hex powerpoint
(How) can I embed something with an iframe code into powerpoint 2010?

I'm trying to embed something into Powerpoint 2010 that has an iframe embed code. The link I've been trying to use …

windows iframe powerpoint
Converting PPT to SVG using Microsoft Office 2010 PIA

I'm trying to convert a powerpoint presentation to seperate svg files (1 for each slide), Is it possible to do so …

svg ms-office powerpoint office-pia
Editable HTML, CSS and Javascript within Powerpoint Presentation?

I was wondering if it was possible to have an editable HTML demo interface (like Plunkr) inside powerpoint for doing …

javascript powerpoint plunker
Embed PowerPoint Viewer in C# Win Form

Is it possible to Embed a PowerPoint Viewer into a C# Windows Form? I am currently use the following code: …

c# powerpoint