Weird button behaviour on Excel worksheet – does not do anything the first time pushed
I created a button on the worksheet (activex) and wrote some VBA code which generates a random number and adds a “Q” to the end of it.
What I noticed is that when I press the button the first time, it does nothing and the second time I click the button, the code gets executed. this is consistent with both buttons. Any idea what I have misconfigured?
I created a button on the worksheet (activex) and wrote some VBA code which generates a random number and adds a “Q” to the end of it. What I noticed is that when I press the button the first time, it does nothing and the second time I click the button, the code gets executed. this is consistent with both buttons. Any idea what I have misconfigured? Read More