"Explode" a shape

Started by tamirm, May 17, 2011, 08:43:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tamirm

Can I have a shape that when placed into the drawing actually
places 4 shapes?

Example is a shape of a CCTV camera, that really is a kit of
Lens, Housing, Mounting, cable.

Thanks, Moshe

Jumpy

You could either group the shapes together, so they come as one shape,
or you could create some VBA code, that is started from the OnDrop-Event of the first shape and that drops the three other shapes by automatition.

vojo

this will give you some ideas of what can be done without VBA

Right click

tamirm

Thank you so much.
It all works now.

Moshe