M
Marc Ridey
I'm trying to get reformat the shapes used in a diagram in a PowerPoint 2003
presentation.
If I try to access .GroupItems on a shape of type msoDiagram, I get an
Exception, both in VBA and in .NET C# that reads: This member can only be
accessed for a group
But ...
In the watches window, if I place the same object, I can navigate to the
GroupItems property and it contains correctly all the shapes of the diagram
and if I modify the properties of the shapes such as colors in the watches
window, then the diagram is changed.
Is there a way to work around the exception since the data is there to be
accessed?
presentation.
If I try to access .GroupItems on a shape of type msoDiagram, I get an
Exception, both in VBA and in .NET C# that reads: This member can only be
accessed for a group
But ...
In the watches window, if I place the same object, I can navigate to the
GroupItems property and it contains correctly all the shapes of the diagram
and if I modify the properties of the shapes such as colors in the watches
window, then the diagram is changed.
Is there a way to work around the exception since the data is there to be
accessed?