Is there a way of dynamically calling the event -- something like:
Code:
Dim z As Variant
z = frmMain.lVwEmplyCatg_Click
Call z
where I would pass z. This is a module to which I pass the control so I don't want to hard-code any values. Thanks.