约 1,490,000 个结果
在新选项卡中打开链接
  1. PowerPoint Forum - MSOfficeForums.com

    2025年8月15日 · Microsoft PowerPoint discussions.

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

    2013年10月31日 · 0 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 module in this presentation and save it as pp_HelloWorld.pptm Close and reopen this presentation pp_HelloWorld.pptm and the macro will work from the Developer > Macros ...

  3. Make just one slide different size in Powerpoint - Stack Overflow

    2014年2月5日 · 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 different slide sizes. The process to do so is as follows: Create the two Powerpoints (with your desired slide dimensions) They need to be properly filled in to have linkable objects and …

  4. "DESIGN feature" annoying color bar removal

    2016年1月8日 · I have poked around with the "fill" options, but sometimes the annoying color bar at the top right goes away and sometimes it doesn't....plus.....I am not able to find the exact color in the sample offered by Powerpoint when you choose "design'.

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

    2012年7月3日 · 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 shortcut to the PowerPoint application. Then go to the Properties window for the shortcut and select the Shortcut tab.

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

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

  7. Morph transition not available? - MSOfficeForums.com

    2017年5月24日 · Does it say "Subscription Version" in File > Account? Only people with versions that can apply Morph can currently play that transition (other will get a Fade) __________________ Microsoft PowerPoint MVP 2007-2023 …

  8. 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 know how to distinguish between the projects.

  9. Change text across multiple slides - MSOfficeForums.com

    2020年8月4日 · Change text across multiple slides PowerPointI have a template I have built that uses text boxes to identify up to 15 subsections of the presentation. These are mirrored across multiple slides so every time I edit the template I have to edit each text box on each slide (which minimally is 225 text boxes to edit) so I am looking for an easier way. I'd like to be able to …

  10. 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 to create the first 6 slides The macro then adds slides (transitions and content slides) Note: This macro was actually created based on a feedback from this ...