Results 1 to 3 of 3

Thread: How To Create Custom Layout To PowerPoint MasterSlide Design

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    8
    Rep Power
    0

    Question How To Create Custom Layout To PowerPoint MasterSlide Design

    How do I create a new custom layout to master layout using VBA?
    I can add new master designs with designs.add, but I cannot seem to find a way to add a new layout to the design.

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Last edited by DocAElstein; 07-11-2023 at 12:59 PM.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    8
    Rep Power
    0

    Thank you so much.

    It workd! You saved my day.


    Quote Originally Posted by Excel Fox View Post
    This is how you add a custom layout to your newly added design

    Code:
        With ActivePresentation.Designs.Add
            With .SlideMaster.CustomLayouts.Add(1)
                'This is where you actually make the changes to your custom layout
            End With
        End With

Similar Threads

  1. Excel to Powerpoint VBA Code
    By tennisbuck in forum Excel Help
    Replies: 1
    Last Post: 08-30-2013, 12:54 AM
  2. Copy Range into Powerpoint
    By slt_roopan in forum Excel Help
    Replies: 2
    Last Post: 07-31-2013, 10:08 PM
  3. How to Add Custom List And Use in Custom Sorting
    By Transformer in forum Tips, Tricks & Downloads (No Questions)
    Replies: 0
    Last Post: 06-07-2013, 10:41 PM
  4. Creating Powerpoint Slides: Rules
    By Transformer in forum Powerpoint Help
    Replies: 0
    Last Post: 05-17-2013, 08:41 PM
  5. Replies: 0
    Last Post: 04-03-2011, 07:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •