Results 1 to 5 of 5

Cascading Drop Down Boxes

Threaded View

  1. #1
    Registered User
    Join Date
    11-14-2006
    Posts
    4

    Cascading Drop Down Boxes

    Hi,

    I New to Excel and was wondering if you could help me with a problem im having.

    Im makingg a spreadsheet on which you input Game data such as, Hardware type Game name rating etc(pointless i know but its for college)

    Anyway im trying to make it possible to select the platform and then a preset list of game comes up. But i jst cant get it to work. Ive attached my spreadsheet so u can have a look

    Thanks for any help

    Just so you know, This is the code ive attempted to use, but Excel doesnt like it.

    Sub ListBox14_Change()

    If DialogSheets("Enter Game").EditBox("10").Value = Sheets("Game Info").Range = "$E$22" Then
    DialogSheets("Enter Game").ListBoxes("14").Value = Sheets("Game Info").Range = "A$22$:$A$26"

    End If


    End Sub
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1