User Profile

Collapse

Profile Sidebar

Collapse
Gomez
Gomez
Last Activity: Jul 31 '07, 09:57 PM
Joined: Jul 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gomez
    replied to Drop down menus in Power Point
    pbmods,

    I forgot to say thank you!

    I C/P the spcipt into the Visula Basic window between the tags,

    Private Sub ComboBox1_Chang e()

    End Function

    and expected to see the menu giving me some drop options...but it don't. What did I do wrong with it?
    See more | Go to post

    Leave a comment:


  • Gomez
    replied to Drop down menus in Power Point
    pbmods,

    I forgot to say thank you!

    I C/P the spcipt into the Visula Basic window between the tags,

    Private Sub ComboBox1_Chang e()

    End Function
    See more | Go to post

    Leave a comment:


  • Gomez
    replied to Drop down menus in Power Point
    So this is what I get but it's not working on the PPT slide.

    Private Sub ComboBox1_Chang e()
    <script type="text/javascript">
    // <![CDATA[
    Function setPPT(uri)
    {
    if(uri != '')
    {
    location.href = uri;
    }
    }
    // ]]>
    </script>

    <select onchange="setPP T(this.options[this.selectedIn dex].value);">...
    See more | Go to post

    Leave a comment:


  • Gomez
    started a topic Drop down menus in Power Point

    Drop down menus in Power Point

    Hi, I'm Gomez and I am NOT a programmer - I am just a lowly graphic designer so please take pity on me and try not to laugh at what I'm about to ask.

    I am building a multi channel presentation in Power Point that will be distributed on CD. The self starting presentation links to other PPTs, videos, PDFs, etc and what I am trying to do is avoid having a cluttered menu screen or multiple layers of menus by using drop down menus.
    ...
    See more | Go to post
No activity results to display
Show More
Working...