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:
Code:
lblCurrent.Caption = "ThisSub Is Now Going On!"
Ofcourse replacing 'ThisSub' with anything you want to seperate between the functions or subs.
Hope I helped.
P.S. - THIS IS MY 100th POST!!!!!!!!!!