About 491,000 results
Open links in new tab
  1. Make just one slide different size in Powerpoint - Stack Overflow

    Feb 5, 2014 · Although you cannot use different sized slides in one PowerPoint file, for the actual presentation you can link several different files together to create a presentation that has …

  2. office365 - Is there an API to make a MS Office 365 Powerpoint ...

    Mar 1, 2019 · It allows you to create any MS Office document using an XML-based format. Microsoft's PowerPoint API: These are tricky because of versioning and licensing. Just bear in …

  3. How to auto execute a macro when opening a Powerpoint …

    Jul 3, 2012 · Start PowerPoint from command line and use the /M switch to have PowerPoint run a specified macro when it starts a named presentation file. The easiest way to do this is to …

  4. powerpoint - PPT to PNG with transparent background - Stack …

    Apr 30, 2019 · I have a PowerPoint .ppt file and I have to create an image for every slide. I'm trying to use the integrated PowerPoint "export as .png". It works but the images have all a …

  5. How to name an object within a PowerPoint slide? - Stack Overflow

    So I know how to name a textbox, or a like object in PowerPoint with VB, but I was wondering if there was a way to name objects through the Ribbon (PowerPoint 2007). For instance, if I add …

  6. Powerpoint: Manually set Slide Name - Stack Overflow

    There is no built-in functionality in PowerPoint that allows you to edit the name of a slide. As Steve mentioned, you have to do it using VBA code. The slide name will never change due to …

  7. powerpoint - The macro cannot be found or has been disabled …

    Create a simple PowerPoint presentation and save it as pp_HelloWorld.pptx Add the following VBA procedure Option Explicit Sub sbHelloWorld() MsgBox "Hello World!" End Sub to a …

  8. Excel to PowerPoint PasteSpecial and Keep Source Formatting

    I'm trying to copy and paste a range from an Excel document into a PowerPoint slide. It is copying the range as an image rather than keeping source formatting. oPPTApp As …

  9. How can I automate the generation of a powerpoint with python

    Mar 5, 2022 · How can I insert the student's desired photo as a background picture for some or all of the slides, insert their names on JUST the title slide and insert their grades on select slides? …

  10. vba - Table of contents in PowerPoint - Stack Overflow

    Oct 24, 2022 · I've developed a script for generating an entire table of contents in PowerPoint from scratch that loops through all of the slides and assembles their header text along with …