get handle function

  1. E

    How can I get the function handle.

    Is there a way to get the function handle of the function that I am in? I thought I could use 'this.name' but that does not work. Private myFunction() as boolean msgbox(myfunction) ---> how can I determine runtime what function I am in End Function
Back
Top