Calling a sub in another module with variables?

HARRY

Active Member
Licensed User
Longtime User
Hi,

A module or better several modules call a specific module. The called module must fire a click event in the calling module, so it should know the module name of the caller and the control name for which it should fire the click event.

Is there a possibility to pass these two names in the call in such a way that they can be used in firing the click event?


Harry
 
Top