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.
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.