"User Defined Functions" in Visio"

R

rhatcher

Is it possible to use "user defined functions" in Visio VBA, as in
Excel?
I tried the following:

Function HypotenuseLength(x, y)

HypotenuseLength = Sqr(x ^ 2 + y ^ 2)

End Function

VBA (Visio) accepted the function, however, I cant seem to use it in
the shapesheet.
 

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