K
keith.x.kane
I'm stumped, am trying to use the code written in my stencil by other
pages.
In my eventdrop I have CALLTHIS("ThisDocument.main",) which works as
expected:
Public WithEvents vshape As Shape
:
:
Public Sub main(vshape As Visio.Shape)
in the current page, but I cannot call it from another.
I don't want 6 versions of the code floating about.
but using various combinations of "projectname" as in
CALLTHIS("ThisDocument.main","demostencil",)
or
CALLTHIS("ThisDocument.main","demostencil.vss",)
or
stuff it into a module:
CALLTHIS("NewModule.ThisDocument.main","demostencil",)
or using the full pathname
etc, etc.
don't work
can you give me an example
I can't find a compiler to create an exe.
pages.
In my eventdrop I have CALLTHIS("ThisDocument.main",) which works as
expected:
Public WithEvents vshape As Shape
:
:
Public Sub main(vshape As Visio.Shape)
in the current page, but I cannot call it from another.
I don't want 6 versions of the code floating about.
but using various combinations of "projectname" as in
CALLTHIS("ThisDocument.main","demostencil",)
or
CALLTHIS("ThisDocument.main","demostencil.vss",)
or
stuff it into a module:
CALLTHIS("NewModule.ThisDocument.main","demostencil",)
or using the full pathname
etc, etc.
don't work
can you give me an example
I can't find a compiler to create an exe.