What is causing my PowerPoint VBA macro to stop working when I add a 'For Each' loop to create a table in Word with slide info? PowerPoint VBA Macro ...
What is causing my PowerPoint VBA macro to stop working when I add a 'For Each' loop to create a table in Word with slide info? PowerPoint VBA Macro ...
Are there any command-line tools or python APIs which can help to check multiple Word and PowerPoint documents for accessibility issues automatically/ ...
I am wondering how can I have python to call a PowerPoint VBA function? Assume I have the following files in the same folder: python.py powerpoint.pp ...
does anybody know a reliable way to convert charts to a dataset (csv, pandas, ...)? I only have the png of the chart below but need the dataset to plo ...
I'm building a custom ribbon in PowerPoint and would like to include the Text Highlight Color Picker control on it. I've found an idMso called TextHig ...
How can I change the color and thickness of the font border of a powerpoint wordart from vba? I'm trying with .TextFrame.TextRange but I can't find th ...
Fairly long code here that I inherited. This code creates a title text box on each slide that says title = "[XXXXXX]". I need to change the title for ...
I use the translated subtitle option for teaching foreign students. Pashto is listed as an available language on MS Office, but is not featured on the ...
I am basically looking for a way to trim below code. Code works just fine. This code takes a range from each tab of excel and paste it into powerpoint ...
During the installation of our PowerPoint add-in using Inno Setup installer, I need to get the currently used version of PowerPoint by querying an App ...
In PowerPoint VBA, I want to create a FreeForm shape and then add an animation effect to it. This works fine with Dim as Shape, but I need it to be a ...
I have hundred of charts in an excel. The following code creates a powerpoint and pastes the charts into the powerpoint based on a pattern. For exampl ...
I've tried to remove the "as integer" from the argument, I still run into the same issue I want to build a function inside of PowerPoint that retur ...
In VS code, I would like to define custom css classes on markdown elements for outputting to a Powerpoint file that I could use for giving presentatio ...
I am trying to find out why the object of Microsoft PowerPoint application doesn't want to open pptx file. This is what I have (C#): I am getting t ...
In the PowerPoint UI I can convert a graphic into AutoShapes using the Group>Ungroup command in the context menu. It is converted into a group of s ...
I have a custom form on a SharePoint list in which the user uploads an image and a caption. There is a PowerPoint slide with a template where the ima ...
How to publish a Powerpoint Addin in MS Store? ...
I'm working with: Aspose.Slides lib to read PPT and PPTX files. When I replace text with another text, the font size is broken. Origin: After repla ...
This question is for whoever is struggling to make sense of the python-pptx docs and has not found a way to directly change the fonts ( of the x-axis, ...