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