How to use VBA to return a collection of PowerPoint Custom Layout objects when more than one is selected in Master view?
In PowerPoint, ActiveWindow.Selection.Type can return one of four types : None, Slides, Shapes or Text.
When in the Slide Master view and a single layout is selected in the thumbnail pane, the selection type returned is Slides and the following returns a Master object as expected:
On further searching, I discovered we discussed this before on the Microsoft Answers forum, albeit in a slightly different context. I was hoping that things had changed but alas no! And yes, I know you don't say "it's not possible" lightly. Thanks John :-)