I want to access the individual shapes inside the smart art and save
them as images (gif/png).
I could use the shape.Export (even though its undocumented) method on
the whole smartArt object. but when I try to do the following, it
gives me an error in shape1.Export call saying "Runtime error 80048240
Shape (unknown member): Invalid request
For x = 1 To smartArtShape.GroupItems.Count
Set shape1 = .GroupItems.Item(x)
shape1.Export strName, ppShapeFormatGIF, 100, 100
Next x
Is there a way to get the images of individual shapes inside smartArt
object. I want to get them because I want to simulate the "one by one"
animation applied on the smart art using some other technology.
I also want to get the images of individual shapes (Cylinders, cones,
etc.) inside a Chart object, but I could not find any information on
that too.
Any help is greatly appreciated.
Thanks in advance
"RAHUL" <rsharm...@gmail.com>
wrote in message
news:9de523af-e7b1-4bc2...@l25g2000prn.googlegroups.com...