P
pcb_svp
Hi,
I have a lot of command buttons within a form and in the future there
could even be more.
The name of this command button needs to be created dynamically.
I could to this with relative easy by manually programming something
in VBA for every command button.
However it would be a lot more efficient if i could dynamically create
a list of the the command buttons of the form.
And then for each element get the name.
Does anyone know how you can get a list of all command buttons from a
form within VBA?
I have a lot of command buttons within a form and in the future there
could even be more.
The name of this command button needs to be created dynamically.
I could to this with relative easy by manually programming something
in VBA for every command button.
However it would be a lot more efficient if i could dynamically create
a list of the the command buttons of the form.
And then for each element get the name.
Does anyone know how you can get a list of all command buttons from a
form within VBA?