This is kind of a silly question, but is it possible to get the name of the method that is currently being executed from within that method?
Public Sub SomeMetho
Dim methodName As String = System.Reflection.MethodBase.GetCurrentMethod().Name