P
P
Hi. I created a form (Form) and a separate class module (ClassModule). When
I click on cmdButton on Form, the code cmdButton_Click in ClassModule
executes (sinking events). I would like to call cmdButton_Click from the
Form module without having to click on the command button or making
cmdButton_Click public? How can I do so? I tried to create an empty
cmdButton_Click in the form itself and see if it would sink down to the
class module. It does not seem to work. Thank you for your help. P
I click on cmdButton on Form, the code cmdButton_Click in ClassModule
executes (sinking events). I would like to call cmdButton_Click from the
Form module without having to click on the command button or making
cmdButton_Click public? How can I do so? I tried to create an empty
cmdButton_Click in the form itself and see if it would sink down to the
class module. It does not seem to work. Thank you for your help. P