Have a control that run/executes code/functions/subroutines like if you have to reuse that function in multiple places. Currently I place that reuse logic in the OnSelect function of an invisible button and I just use the Select(btnSubroutine) command.