I am fairly new at macros and still learning syntax for different scenarios.
In my workbook cell A1 is defined as an integer
there is a button that a user clicks and after every click, the trial counter is advanced by 1![]()
Please Login or Register to view this content.
What I would like to do is have five new shapes appear each time the user clicks the button. There is a single button and it needs to unhide the new shapes to the next row. (The circles would be there, hidden, and then when the user hits the button, the next five would appear and so on).![]()
Please Login or Register to view this content.
Right now the code looks like this:
But I would like the code to be smart enough to continually advance the circles forward, as there is only one button, and not a new button for each line. and I only want five new buttons at a time, not for all of the buttons to appear on the first click.![]()
Please Login or Register to view this content.
Is there a way to name the buttons "circle_trialcounter_1" to "circle_trialcounter_5" or something along those lines? I am really struggling with this problem and would appreciate any help!
Bookmarks