J
Jason V
I have VBA code dropping a master shape from the stencil with the following
ThisDocument.Pages("StencilName").Drop mstStencil, ShapePinX, ShapePinY
The master shape also has some custom properties such as text, width, height.
When I drop the shape I also want to put values in these properties, how can
zI do this?
Thanks
ThisDocument.Pages("StencilName").Drop mstStencil, ShapePinX, ShapePinY
The master shape also has some custom properties such as text, width, height.
When I drop the shape I also want to put values in these properties, how can
zI do this?
Thanks