Results 1 to 2 of 2

Thread: Powerpoint Jeopardy - Hyperlinking Buttons

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    1

    Powerpoint Jeopardy - Hyperlinking Buttons

    Hi,

    I am creating a jeoprady game for the plant I work at in order to review some key points the employees may have forgotten during the holidays. I have the powerpoint all set up with hyperlinks from the main page to the corresponding questions and vice versa.

    The problem I am having is that when I return to the main table from a question I want it to either hide the button for the question or change its color so we know that the button has been clicked. I know that if I make the text in the button hyperlinked instead of the actual button it will change the color of the text but I wanted the button hyperlinked. I was wondering if there is any code in visual basic that I could use to hide the button after its been clicked. Thanks for your help.

  2. #2
    Addicted Member
    Join Date
    Jan 2002
    Location
    Glasgow, Scotland
    Posts
    202

    Re: Powerpoint Jeopardy - Hyperlinking Buttons

    if the button clicked event is reached, but im not sure if it is with a hyperlink.

    VB Code:
    1. button.visible = false
    if you fail to plan, you plan to fail

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width