E
Edward
Hi everybody,
In PP2007 I have added a cutomlayout to layout collection. I use the
following code to change the layout of a given slide
ActivePresentation.Slides(1).Layout = ppLayoutText
This code works fine with all built in layouts ,but I can't find a way to
apply the cutom layout . when I use the following code
ActivePresentation.Slides(1).Layout =ppLayoutCustom
I get the error
Slide (unknown number) : Invalid request. Invalid enumeration value.
Any suggestions that how can we apply a cutom layout in VBA?
In PP2007 I have added a cutomlayout to layout collection. I use the
following code to change the layout of a given slide
ActivePresentation.Slides(1).Layout = ppLayoutText
This code works fine with all built in layouts ,but I can't find a way to
apply the cutom layout . when I use the following code
ActivePresentation.Slides(1).Layout =ppLayoutCustom
I get the error
Slide (unknown number) : Invalid request. Invalid enumeration value.
Any suggestions that how can we apply a cutom layout in VBA?