Calling out variable from another slide in VBA

P

Pendrome

On Slide2, I have a variable named BackButtonStatus. If I am coding for
Slide3, how do I call out to get the value of BackButtonStatus? Thanks.
 
P

Pendrome

How do I declare the variable as a public variable? I have tried
Slide2.BackButtonStatus but it seems its trying to look for a macro on that
slide rather than a variable.
 
Top