mole999
Well-known Member
- Joined
- Oct 23, 2004
- Messages
- 10,524
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
I'm having a big problem with a set of routines (I won't explain them) Is it possible to call a routine from a Sub, and return the ID of the calling Sub (maybe its not worth doing) I want to list each sub entry and a time stamp to be able to focus down on what the issue is
Sub One
Reporting
End Sub
Sub Two
Reporting
End Sub
Sub Reporting
Last Row of reporting page
stamp with calling Sub (ID) and time stamp
End Sub
One 07:00:01
Two 07:00:02
Sub One
Reporting
End Sub
Sub Two
Reporting
End Sub
Sub Reporting
Last Row of reporting page
stamp with calling Sub (ID) and time stamp
End Sub
One 07:00:01
Two 07:00:02