Is there a way in VB to identify the name of the Procedure/Function which is being executed in the application ??

For instance ... If there is a function called TestFunc and when TestFunc is called I'd like to know the name of this function (Testfunc) inside this function (when control comes to this function). I do not want to hardcode this thing. Is there a system value that can provide me this information.