F
FunkySquid
Is there anyway of displaying the current sub or function name that is
running?
Something like:
Sub DisplaySubName()
MsgBox ThisSub.Name
End Sub
running?
Something like:
Sub DisplaySubName()
MsgBox ThisSub.Name
End Sub