Guys is there VBA for slides like there is for Sheets in Excel?
ie
[VBA]Dim Sht as Worksheet
For each sht in Application.Worksheets
Do some action[/VBA]
Would the following work ?
[VBA]Dim Sld as Slides
For each Sld in Application.ActivePresentation
Do some action[/VBA]