Skip to Content
0
Former Member
Jul 22, 2008 at 01:11 AM

UDF method call

101 Views

I have a UDF that has a bunch of code that is duplicated a few times ...

I want to put that code in a method within the UDF and call it so I don't have to repeat the code.

Is it possible and how do I do that ?