Calling out variable from another slide in VBA

  • Thread starter Thread starter Pendrome
  • Start date Start date
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.
 
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.
 
Back
Top