set a shape from my stencil

Started by Miguel, March 30, 2017, 11:48:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Miguel

Hello!

do you know how set a shape variable ?

I would like to drop one of my shape from my stencil on my page.

I'm using this line :

Application.ActiveWindow.Page.Drop Application.Documents.Item("Stencil_For_NewTest (Connector combined).vssx").Masters.ItemU("Function"), 5.905512, 4.855643

How put this action in a shape type variable? 

Surrogate

Hi, amigo !
Quote from: Miguel on March 30, 2017, 11:48:25 AM
do you know how set a shape variable ?
why you ask ? try this way
set vsoShp = Application.ActiveWindow.Page.Drop (Application.Documents.Item("Stencil_For_NewTest (Connector combined).vssx").Masters.ItemU("Function"), 5.905512, 4.855643)


Miguel