P
Pete
Hi,
In PowerPoint 2007, how do you get a reference to the selected placeholder
object when the user clicks inside? If ActiveWindow.Selection.Type gives you
a value of ppSelectionText then you don't seem to be able to get a reference
to the ShapeRange property of the Selection object. I tried
ActiveWindow.Selection.ShapeRange.Item(1)
to get the placeholder shape but this just gave me an error: "Invalid
Request. Nothing appropriate is currently selected".
Any ideas?
Pete
In PowerPoint 2007, how do you get a reference to the selected placeholder
object when the user clicks inside? If ActiveWindow.Selection.Type gives you
a value of ppSelectionText then you don't seem to be able to get a reference
to the ShapeRange property of the Selection object. I tried
ActiveWindow.Selection.ShapeRange.Item(1)
to get the placeholder shape but this just gave me an error: "Invalid
Request. Nothing appropriate is currently selected".
Any ideas?
Pete