Callthis()

M

mikeFin

Hello!

I have a procedure named expl1() in module6. It has one argument

I want to run it with CALLTHIS from the shapesheet.

I tried everything I could find on these forums and google, but I don't know
why, it just doesn't want to work:

=CALLTHIS("module6.expl1","arg_string")
=CALLTHIS("ThisDocument.expl1","arg_string")
(for the last one I even tried to put the procedure in ThisDocument, but
didn't want to work either

Can someone help me?
 
M

Mark Nelson [MS]

Your exp11 function needs two arguments then. The first is a Visio shape
object and the second is the string argument you are passing. CALLTHIS
sends your function a reference to the Visio shape that triggered the call.

--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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