+ Reply to Thread
Results 1 to 6 of 6

Radio Buttons Selecting Other Radio Buttons

Hybrid View

Neonate928 Radio Buttons Selecting Other... 09-13-2007, 08:39 PM
davesexcel Try linking the option... 09-13-2007, 08:53 PM
Neonate928 Radio Buttons already link to... 09-13-2007, 10:26 PM
davesexcel Hi, If you want others to be... 09-13-2007, 10:36 PM
Neonate928 I have an Idea :) 09-13-2007, 11:12 PM
Neonate928 I figured it out :) 09-13-2007, 11:19 PM
  1. #1
    Registered User
    Join Date
    09-12-2007
    Posts
    6

    Radio Buttons Selecting Other Radio Buttons

    Is there a way to have radio buttons (Option Buttons) select other radio buttons on another work sheet? I have a catalog where a person can select a computer system on the first work sheet and is then able to customize the system throughout the various other worksheets. However, I am wanting the radio button for a system to atomatically select the radio buttons of the hardware items that come with that selected system.

    Please help me! This is my last hurdul and then my catalog will be essentially complete!

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Try linking the option buttons to the same cell

  3. #3
    Registered User
    Join Date
    09-12-2007
    Posts
    6

    Radio Buttons already link to other parts...

    Dave,

    Thanks for the feed back. However, this will not work as I have each radio button already linked to a cell which in turn are used by a reciept worksheet. I was hoping there would be a way to use VB. My file is fairly large 12MB in excel formate and 7MB in zip so I cannot attach
    If you have any other ideas that would be great!

    Again thank you

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Quote Originally Posted by Neonate928
    Dave,

    Thanks for the feed back. However, this will not work as I have each radio button already linked to a cell which in turn are used by a reciept worksheet. I was hoping there would be a way to use VB. My file is fairly large 12MB in excel formate and 7MB in zip so I cannot attach
    If you have any other ideas that would be great!

    Again thank you
    Hi, If you want others to be able to look at your workbook, you can try a free file hosting blog, such as this
    http://files-upload.com/
    I don't use it myself I just searched for free file hosting and this one looked OK,
    once you have uploaded your file you just have to paste the link, to your next post

  5. #5
    Registered User
    Join Date
    09-12-2007
    Posts
    6

    I have an Idea :)

    Dave,

    Thank you again for your info and research - your AWSOME!

    I think I figured out a way to do it however. You gave me the idea when you said link cells As all of my radio buttons are linked to a cell then all I need to do is change that linked cell to either TRUE or FALSE Would you by chance know the code in VB to change a cell in a given worksheet to be either TRUE or FALSE? If so than I can just add that code into:

    PHP Code: 
    Private Sub BuyViloCon_Click()
       
    End Sub 
    And have it change items option buttons link cell to be either true or false Once i have that code I will be good to go...
    I am going to look in the VB help file provided by Excel to see what I can dig up.
    Again thank you Dave!

  6. #6
    Registered User
    Join Date
    09-12-2007
    Posts
    6

    I figured it out :)

    SWEET! I figured it out

    Private Sub BuyViloCon_Click()
       Worksheets("Background").Cells(3, 6).Value = True
       
    End Sub
    Again thank you so much Dave!

+ Reply to Thread

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