About 915,000 results
Open links in new tab
  1. 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 …

  2. Can't delete layout slide in Master - MSOfficeForums.com

    Sep 20, 2011 · Can't delete layout slide in Master PowerPointI want to delete a layout slide in the master file but the "delete" is not an options. Any ideas?

  3. Delete the same picture from ALL slides? - MSOfficeForums.com

    Dec 14, 2013 · Hi guys! New to this forum! I've been working on/re-doing a bunch of slides for a certain project. At the end there comes a time where I have to delete the exact same picture …

  4. Paste Excel Chart into Powerpoint using VBA - Stack Overflow

    I'm trying to create an excel macro that copies charts displayed on an excel sheet, and pastes them (paste special) into a PowerPoint. The problem I'm having is how do I paste each chart …

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

  6. Excel VBA to Create PowerPoint Presentation - Stack Overflow

    Looking for some help on updating a VBA Script that completes the following (basic algorithm): Excel Template with formulas and macros creates a custom report consisting of approximately …

  7. How to simulate ThisPresentation in PowerPoint VBA

    3 Like everyone else I expected a ThisPresentation object in PowerPoint. I thought of another way to accomplish it, without a hardcoded filename. Obviously any piece of code would need to …

  8. Bullets & Numbering - How to continue numbers in second slide?

    May 17, 2010 · I am using MS PowerPoint 2007. I have 15 sentences on first slide for which I used auto numbering. I have 10 more lines in second slide which is the continuation of the first …

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

  10. Resizing picture using Powerpoint vba - Stack Overflow

    1 I am trying to resize a picture that I have pasted into powerpoint from Excel using powerpoint vba. My code says: ActivePresentation.Slides(9).Select …