I'm making a board game and I have trivia as the chance "cards" (actually slides) on Powerpoint. The first slide shows a question mark and has 3 buttons on the slide for 3 areas of the board people can land on (Yellow, Red, Blue). Teams will be playing on a physical board so I got that covered. So when you land on a yellow spot, you would refer to the Powerpoint and click on the yellow button, and it will take you to the first slide under the yellow section (for example, the yellow section of the slides are slides 2 - 28, the red section is 30-45 etc). There is a button to click back to the first slide where you can re-navigate to another button.
The thing is, I want the slides to be shown in order and not repeat when you click any of the buttons, so when you click yellow the first time, it will show slide 2 -> go back to the first slide -> click yellow again -> shows slide 3, etc up until slide 28, where it'll go to an end slide that basically said you ran out of cards). This concept applies to all the sections (so for red, if you clicked it for the first time, it will show slide 30, then 31, 32, 33 etc). Of course different teams may be on different colors, so it would need to remember which slide it left off on in each section. I'm not sure how to code this in VBA or if it even requires VBA at all... but it seems like it SHOULD be a looping if function.
I'm not a coder and I would really appreciate any input or help on this I can get!
Thank you all![]()