lock master in Stencil

A

andrewLLL

Is it possible to lock a master in stencil from being
selected and draged/droped? I want the master to be only
draged/droped through VBA code.

Andrew
 
D

dani

Hi Andrew

If you use event handling, then you can do this by catching the
ShapeAdded-event and then deleting the shape as soon as it is dropped.
I don't know how to prevent the master from selection though.

Daniel
 
D

David Parker

You could make the Master Hidden?

dani said:
Hi Andrew

If you use event handling, then you can do this by catching the
ShapeAdded-event and then deleting the shape as soon as it is dropped.
I don't know how to prevent the master from selection though.

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top