S
Souris
I have several same controls on the form like spin buton.
Because it runs exactly same logic, but its name, I would like to have one
even code called by all the controls.
I need to know the name of the controls to do some actions.
I tried to use name, but it gives me the name of the form.
I tried self but VBA does not recognize it.
How can I access the control name from its events?
Your information is great appreciated,
Because it runs exactly same logic, but its name, I would like to have one
even code called by all the controls.
I need to know the name of the controls to do some actions.
I tried to use name, but it gives me the name of the form.
I tried self but VBA does not recognize it.
How can I access the control name from its events?
Your information is great appreciated,