About 74 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. PPT Slides Do Not Advance w/ Mouse Click - MSOfficeForums.com

    Mar 15, 2018 · Hi all. I’m tweaking an old ppt presentation that included action buttons to advance the slides. All action buttons have been removed and yet the ppt will not advance after …

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

  4. Microsoft Office Forums - Word, Excel, Outlook, PowerPoint, Project

    Discussion forum on Microsoft office software such as Word, Excel, Outlook, PowerPoint and Project.

  5. Size of notes suddenly too large in normal view

    Aug 14, 2024 · Powerpoint 2019. I usually have the notes pane open when in "normal" view. And the text in the notes pane is small. when I'm in the Notes Page view, it's FINE - it's 12 point …

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

    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 create a …

  7. Morph transition not available? - MSOfficeForums.com

    May 24, 2017 · [Solved] Morph transition not available? PowerPointIs there a way to obtain the Morph transition in PPT2016 if it is not shown in the Transitions tab? Also: if we apply the …

  8. Can't remove animation effects from a slide - MSOfficeForums.com

    Sep 20, 2019 · I'm finding it impossible to remove animations from powerpoint slides. I suspect the reason is that I set animations in my master slide, and then imported a slide deck, thus …

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

  10. Powerpoint: Manually set Slide Name - Stack Overflow

    Context: A PowerPoint slide in C# has a property Slide.Name (usually contains an arbitrary string value). In my C# application I would like to use this property to identify slides (the slide order ...