Thread: [Solved] VBA: ppLayoutCustom
View Single Post
 
Old 03-14-2013, 07:38 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default VBA: ppLayoutCustom

Code:
ActivePresentation.Slides.Add 1, ppLayoutCustom
How about if I have two custom layouts?
It only adds the first custom layout.
Reply With Quote