R
Rob Stok
I have some shapes on a drawing.
I would like to make some shapes a member of one layer and some shapes
a member of two or more layers.
I have no problem with making a shape a member of one layer with:
shpObjConnector.Cells("LayerMember") = "4"
However for more than one layer I get a type mismatch error trying
this:
shpObjConnector.Cells("LayerMember") = "4;7"
If I type "4;7" into the shapesheet it works fine. How do I do this
from VBA?
I'm using Visio 2002.
Thanks
Rob
I would like to make some shapes a member of one layer and some shapes
a member of two or more layers.
I have no problem with making a shape a member of one layer with:
shpObjConnector.Cells("LayerMember") = "4"
However for more than one layer I get a type mismatch error trying
this:
shpObjConnector.Cells("LayerMember") = "4;7"
If I type "4;7" into the shapesheet it works fine. How do I do this
from VBA?
I'm using Visio 2002.
Thanks
Rob