vba - Powerpoint Activex Control hyperlink to different slide -


i trying have button in powerpoint jump different slides depending on set of toggle or option buttons. buttons on slide master maintain selections throughout presentation.

private sub commandbutton1_click()      if slidemaster.optblah.value = true        slideshowwindows(1).view.gotoslide 2     else        slideshowwindows(1).view.gotoslide 3     end if  end sub 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -