"User Defined Functions" in Visio"
- From: rhatcher@xxxxxxxxx
- Date: 25 Nov 2005 15:17:16 -0800
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 shape***.
.
- Prev by Date: Re: "user defined functions" in Visio?
- Next by Date: Re: odbc problem
- Previous by thread: "user defined functions" in Visio?
- Next by thread: Re: odbc problem
- Index(es):