About 1,190,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 - 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 …

  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. Countdown of Days, Hours, Minutes and Seconds

    Jan 28, 2022 · countdown, powerpoint 2016 « Previous Thread | Next Thread » Similar Threads Thread Thread Starter Forum Replies Last Post Calculate Average Time Elapsed in Days, …

  7. View and edit 2 slides side by side - MSOfficeForums.com

    Nov 28, 2020 · View and edit 2 slides side by side PowerPoint

  8. Morph transition not available? - MSOfficeForums.com

    May 24, 2017 · [Solved] Morph transition not available? PowerPointThe version you have should definitely have morph IF you are sure you have a subscription version of 365 / 2016. Does it …

  9. What is a correct MIME type for .docx, .pptx, etc.?

    What MIME type should I use for new .docx documents? Also, for pptx and xlsx documents? excel ms-word ms-office powerpoint mime-types edited Feb 11, 2021 at 20:43 Peter Mortensen …

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