Prev: Printing multiple slides on handout
Next: How to disable or turn off hyperlink message "file from a Trustworthy Source"
From: Pendrome on 30 May 2010 07:37 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.
From: Chirag on 30 May 2010 22:00 Slide2.BackButtonStatus will get you that. Ensure that BackButtonStatus is declared at slide-level and as a public variable. - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html "Pendrome" <Pendrome(a)discussions.microsoft.com> wrote in message news:484654D6-58E3-4A6E-B661-9AC2A276A929(a)microsoft.com... > 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.
From: Pendrome on 31 May 2010 10:30 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. "Chirag" wrote: > Slide2.BackButtonStatus will get you that. Ensure that BackButtonStatus is > declared at slide-level and as a public variable. > > - Chirag > > PowerShow - View multiple PowerPoint slide shows simultaneously > http://officeone.mvps.org/powershow/powershow.html > > "Pendrome" <Pendrome(a)discussions.microsoft.com> wrote in message > news:484654D6-58E3-4A6E-B661-9AC2A276A929(a)microsoft.com... > > 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. > > . >
From: Chirag on 31 May 2010 11:25
When you said "On Slide2, I have a variable named BackButtonStatus", how have you declared your variable on slide 2? Can you please post that part of code? - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html "Pendrome" <Pendrome(a)discussions.microsoft.com> wrote in message news:5C239BBE-F9CE-43B5-8FA3-7EFB51EA61C3(a)microsoft.com... > 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. > > "Chirag" wrote: > >> Slide2.BackButtonStatus will get you that. Ensure that BackButtonStatus >> is >> declared at slide-level and as a public variable. >> >> - Chirag >> >> PowerShow - View multiple PowerPoint slide shows simultaneously >> http://officeone.mvps.org/powershow/powershow.html >> >> "Pendrome" <Pendrome(a)discussions.microsoft.com> wrote in message >> news:484654D6-58E3-4A6E-B661-9AC2A276A929(a)microsoft.com... >> > 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. |