Call a sub that is in a module of another stencil

M

mikeFin

Hello !

I want to call a Function (sub) that is stored in the module of a stencil I
have.
I want to call this function from a module that belongs to the Document-file
itself, not from the stencil.

How can I do this?

Thanks!
 
J

JuneTheSecond

mikeFin,

I don't know how to directly call the macro in stencil
from VBA on Drawing.
Indirectl way is to make Runmacro function on the
shape or page, and trigger the the function from VBA
with trigger method.

I wish to know the quick way, too.
 
Top