I have several text boxes.
They say:
Fruit 1
Fruit 2
Fruit 3
When I click each one, the text should correspondingly change to:
Apple
Banana
Dragonfruit
When one of them is clicked, I want it to change to the respective text, but the others to remain same.
Is there any way to do this without simply hyper linking a bunch of slides? (that would be 8 slides, btw). I am assuming an alternate method will have to use VBA coding but I would prefer something without.