Hello
So here is what I did: I was making multiple buttions by selecting 5 at once and dragging and dropped them to make 10.
Then I selected ten and so on. Here what happened: Somehow in the process (I had some trouble and had to undo some of the drops) I created a button1_click event with all the other buttons handled by button2.click, button3.click etc. Being able to do this again would save a lot of time and boring repetion entry. I have tried various combinations of holding down the shift or the ctrl key and others and have not repeated this event. All I have been able to do is create multiple button_click events that are handled by their own button.click. Example button1_click handled by button1 and button2_click handled by button2.click etc. So if you know what I did by accident. Please let me know.
Thanks
George
So here is what I did: I was making multiple buttions by selecting 5 at once and dragging and dropped them to make 10.
Then I selected ten and so on. Here what happened: Somehow in the process (I had some trouble and had to undo some of the drops) I created a button1_click event with all the other buttons handled by button2.click, button3.click etc. Being able to do this again would save a lot of time and boring repetion entry. I have tried various combinations of holding down the shift or the ctrl key and others and have not repeated this event. All I have been able to do is create multiple button_click events that are handled by their own button.click. Example button1_click handled by button1 and button2_click handled by button2.click etc. So if you know what I did by accident. Please let me know.
Thanks
George