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. 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 …

  5. Is it possible to jump to a specific PowerPoint slide using VBA?

    Jul 2, 2020 · PowerPoint will name your slide "Slide#" wherever it was inserted, so if you insert your slide in the middle of your presentation, you can have multiple slides with the same name.

  6. 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 …

  7. VBA PowerPoint Online Guide and How to Record a Macro

    Feb 23, 2015 · Could anyone recommend to me a good online guide to PowerPoint VBA? Also, does anyone has advice on how to record a macro in PowerPoint?

  8. excel - Turn off screenupdating for Powerpoint - Stack Overflow

    Feb 14, 2015 · 8 I am writing a script that loops through a folder and creates graphs from some criteria, and then exports these to powerpoint. At the moment, creating 130 graphs takes 290 …

  9. Excel VBA to Create PowerPoint Presentation - Stack Overflow

    Macro called “CreatePowerPointPresentation” is used to transfer these charts into a specific PowerPoint template in specific format The macros uses the slides contained in the template …

  10. Putting file name of an imported image onto a slide

    Aug 11, 2020 · I am using PowerPoint in Office 365. I am creating a photo album by bulk importing a set of photos into my PowerPoint project. Is there any way in which I can display …