Hi all,
I have a combo box (cboExample) that runs a function (vbaExampleFunction) at the "after update" event.
Is it possible in the code, to call the NAME of the combo box?
Ie. cboExample.Name
???
I've seen some code where someone was able to get the name of the currently open form (if possible what's the code for that too?)
I have a combo box (cboExample) that runs a function (vbaExampleFunction) at the "after update" event.
Is it possible in the code, to call the NAME of the combo box?
Ie. cboExample.Name
???
I've seen some code where someone was able to get the name of the currently open form (if possible what's the code for that too?)