Forum Discussion
djadhav
10 years agoRegular Contributor
@harush wrote:Is there a way to use something like a event to trigger whenever a method inside this script is called?
The best event or trigger is that a method has been called and rather than writing additonal event code, I would just call Preparation at the beginning of all DoSomethings.
Sub DoSomething
Call Preparation
-
-
End Sub