Hi,
I need some guide.
Have Public sub ResetAll() within [form_frmMenu] module. In same module there is many subs and they are all private subs.
When user use some cmd.bttn on form [frmMenu] i save bttnName in global variable gActive as string.
How to make work this:
Public Sub ResetAll()
gActive=gActive &"_Click()"
Call gActive
End sub
There allway error mesage:
"Compile error:
Expected Sub,Function, or Property"
Tnx in front for your time and effort in front
I need some guide.
Have Public sub ResetAll() within [form_frmMenu] module. In same module there is many subs and they are all private subs.
When user use some cmd.bttn on form [frmMenu] i save bttnName in global variable gActive as string.
How to make work this:
Public Sub ResetAll()
gActive=gActive &"_Click()"
Call gActive
End sub
There allway error mesage:
"Compile error:
Expected Sub,Function, or Property"
Tnx in front for your time and effort in front