Hi,
I have a PB file with 10 buttons. On click on these buttons, a macro will be launched. This macro will be identical for all buttons.
I would like to realize different actions in this macro, depending to the button that was clicked.
But I am unable to recover the name of the clicked button. I tried activecontrol.name but it didn't work.
Do you know how to get clicked button's name ?