Biomechanoids
Programmer
Is there anything like an actionlistener or oncommand in VBA? My Problem is: every time a new datasheet in Access is created I want a subprocedure to run.
So from the principle the thing would work like this:
If (methodidontknow) Then GoTo Sub easyloop
Sub easyloop ()
MsgBox "New datasheet was created"
In Java there is the ActionListener method that would perform something like this.
Greetings
Thomas
So from the principle the thing would work like this:
If (methodidontknow) Then GoTo Sub easyloop
Sub easyloop ()
MsgBox "New datasheet was created"
In Java there is the ActionListener method that would perform something like this.
Greetings
Thomas