ScottInTexas
Board Regular
- Joined
- Oct 28, 2003
- Messages
- 178
Is there a way to identify which method calls another. I have a method called from several others. I would like to know which caller it was. Application.Caller is not for this. I want to do something like this.
Thanks,
Code:
Debug.Print "In write data method." & WhoCalledIt
Thanks,