How can you get the name of the current sub
or function ?
Printable View
How can you get the name of the current sub
or function ?
What do you mean?
Do you mean like in Run-Time like to see what sub/function is going on?
If so, I suggest you make a label on the form and call it lblCurrent.
Then put this line of code in every sub or function:
Ofcourse replacing 'ThisSub' with anything you want to seperate between the functions or subs.Code:lblCurrent.Caption = "ThisSub Is Now Going On!"
Hope I helped.
P.S. - THIS IS MY 100th POST!!!!!!!!!!
Thats not what I wanted to do!
So i guess there is no function
that will tell you ... thanks!