Adleano
09-12-2012, 03:31 AM
Hello all,
I am creating an automized powerpoint-report using VBA. Therefore I use Office 2010. Currently i am struggeling with a - hopefully small - problem.
I use a predifined Presentation as model. In this presentation I have a Master, a title-Master and a "Chart-Master".
Now I want to add a Slide using the "Chart-Master". But I donīt know how to get this Master.
Here is my call to add a new Slide using the "title-Master"
Set ppSliedeNeu = ppPres.Slides.Add(Index:=ppPres.Slides.count + 1, Layout:=ppLayoutTitle)
What I have to do to geht the "Chart-Master"? Do I have to name it specially, so I can use the Microsoft predefined layout properties? If so, which name I have to give the "ChartMaster"?
Many thanks and best regards
Adleano
I am creating an automized powerpoint-report using VBA. Therefore I use Office 2010. Currently i am struggeling with a - hopefully small - problem.
I use a predifined Presentation as model. In this presentation I have a Master, a title-Master and a "Chart-Master".
Now I want to add a Slide using the "Chart-Master". But I donīt know how to get this Master.
Here is my call to add a new Slide using the "title-Master"
Set ppSliedeNeu = ppPres.Slides.Add(Index:=ppPres.Slides.count + 1, Layout:=ppLayoutTitle)
What I have to do to geht the "Chart-Master"? Do I have to name it specially, so I can use the Microsoft predefined layout properties? If so, which name I have to give the "ChartMaster"?
Many thanks and best regards
Adleano