Top "Powerpoint" questions

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

PowerPoint VBA: which command (or a set of commands) would create ppt frames out of my .jpg pictures?

I have a few .jpg files in C:\my_folder Here are their names: pic_1.jpg , pic_2.jpg , pic_3.jpg , …

vba image powerpoint paste frames
How can I change the font color of a TextRange in PowerPoint from C#?

I created a PowerPoint presentation using C#: PowerPoint.Application powerpointApplication; PowerPoint.Presentation pptPresentation; PowerPoint.Slide Slide; // Create an instance of …

c# .net powerpoint office-interop textrange
How to add tabs to PowerPoint 2010 that call macros

I have created a pptm file with macros that open certain pptx templates. I then created a new tab with …

vba powerpoint office-addins
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 …

vba powerpoint office-2013
python inserts pictures to powerpoint, how to set the width and height of the picture?

New to python-pptx package. https://python-pptx.readthedocs.io/en/latest/ Would like to insert pictures to powerpoint. How can I …

python powerpoint python-pptx
What algorithm does Microsoft Office 2010 use for encryption?

Does it use the standard AES 128bit key for encryption? I've searched a lot on Google, but I still haven't …

encryption cryptography ms-office powerpoint
Application.Quit() method failing to clear process

I've seen a lot of posts returned from a Google search about this, but none of the solutions referenced in …

c# powerpoint
Python-pptx - Text parameters (font, size, position) on Autoshape

How can I set font, size of text for the shape ? One Object instead two seperate ones (shape and Text, …

python powerpoint python-pptx
VBA Office2010 Shapes.PasteSpecial fails

I have a problem while migrating my VBA code from Office2003 to Office2010. I would like to copy the text …

vba excel powerpoint office-2010
VBA for Inserting a chart into a ppt slide

Below is a procedure that I use to pull charts into a ppt from excel spreadsheets. However one thing I …

excel vba powerpoint office-2003