Want to print imtersection of layers

B

Barry

I have multiple layers in a drawing, and I would like to
print only those shapes and connectors that are assigned
to both of two layers -- in essence the intersection of
those two layers. Unfortunately, when you select two
layers in View/Layers it shows the UNION of those two
layers.

Any ideas?

Barry
 
A

Al Edlund

you can do it fairly simply with vba by just investigating the shape
layercount.
Al
 
Top