View Single Post
 
Old 08-19-2010, 07:04 AM
Jercook Jercook is offline Windows XP Office 2010 (Version 14.0)
Novice
 
Join Date: Aug 2010
Location: West Valley Utah
Posts: 13
Jercook is on a distinguished road
Cool Adding a new layout to a slide

This code would add text layout to slide 2:

ActivePresentation.Slides(2).Layout = ppLayoutText



To see the other layout options in the vba enviornment, delete above code past =, enter = and a list of options should be displayed.
Reply With Quote