Problem Would like to check if anyone here is able to simplify the following code. What it does: Extract data […]
Tag: powerpoint
Update PowerPoint graphs from Excel file
Problem ‘ 1. Run from PPT and open an Excel file ‘ 2. For each slide look for Charts -> […]
VBA – new built-in enumerations and backwards compatibility
Problem msoGraphic is an MsoShapeType enumeration that is available in Office PowerPoint 2016 and later (versions which can handle svg […]
Open Excel, grab information, store it locally and close Excel
Problem I finished the first part of my code that is run from PowerPoint. The steps it takes are: Open […]
Creating a PowerPoint in vba by calling “slide” subroutines
Problem I am creating a powerpoint in VBA, but there are a lot of slides in it. I was thinking […]