Consulting

Results 1 to 2 of 2

Thread: Togglebutton to hide table

  1. #1
    VBAX Newbie
    Joined
    Jun 2015
    Posts
    1
    Location

    Togglebutton to hide table

    I want to have a toggle button set up on a slide so that a table can be hidden to reveal a different table underneath. I really do not know what I am doing so any help would be appreciated.

    Private Sub ToggleButton1_Click()

    If ToggleButton1.Value = True Then
    table2.Visible = False
    Else
    table2.Visible = True
    End If
    End Sub

  2. #2
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    There's no need to use code to do that. Just have a trigger animation that hide / shows the top table
    Attached Files Attached Files
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Posting Permissions

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