M
MikeH
I am automating a complex presentation containing multiple masters.
As a reaction on a button click I create a new slide per VBA and now want to
assign the correct Master to it. How can I do this?
code snippet:
Set Sld = ActivePresentation.Slides.Add(pos, ppLayoutBlank)
' NOW I NEED TO ASSIGN THE CORRECT MASTER TO THE NEW SLIDE
If I assign the appropriate master design manually, the macro recorder isn't
really helpful, he always produces the line
ActivePresentation.ApplyTemplate FileName:=""
no matter what Design has been selected.
Thank you very much in advance for any answer. I really appreciate your
support.
/Mike
As a reaction on a button click I create a new slide per VBA and now want to
assign the correct Master to it. How can I do this?
code snippet:
Set Sld = ActivePresentation.Slides.Add(pos, ppLayoutBlank)
' NOW I NEED TO ASSIGN THE CORRECT MASTER TO THE NEW SLIDE
If I assign the appropriate master design manually, the macro recorder isn't
really helpful, he always produces the line
ActivePresentation.ApplyTemplate FileName:=""
no matter what Design has been selected.
Thank you very much in advance for any answer. I really appreciate your
support.
/Mike