+ Reply to Thread
Results 1 to 2 of 2

Enable/Disable Radio Button based on table data

  1. #1
    Registered User
    Join Date
    01-14-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    13

    Enable/Disable Radio Button based on table data

    Hi gurus,

    I was wondering if someone might be able to help me with this vba below. I've got a bunch of radio buttons that I only want "enabled" if a specific word (USD-BONY in this case) is in a range in column C, otherwise they should be disabled.
    I thought what I've got below would have done the trick, but it's not updating the Radio button based on the table information, only when I change the first USD.Enable =, between TRUE/FALSE.

    Hope the explanation is clear enough, yell if you need more info.

    Note: USD is the name of my radio button

    Please Login or Register  to view this content.
    Many thanks,
    OM.

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Enable/Disable Radio Button based on table data

    If you populate C81 with USD-BONY then you'll find it works. The reason is you have an Else Statement that tells it to set the Enabled to False if the cell isnt what you're looking for so if say C20 was correct then it becomes enabled however it then checks C21, finds its not and Disables it again.

    Please Login or Register  to view this content.
    If someone has helped you then please add to their Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Enable Disable spin button based on a textbox
    By forrestgump1980 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-21-2015, 07:21 AM
  2. How to Enable/Disable the Option Button(s) based on different ComboBox Values?
    By e4excel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-30-2011, 04:32 PM
  3. [SOLVED] Can the Combo Box move and size with cells radio button be enable
    By Tom Cote in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-07-2005, 12:05 AM
  4. [SOLVED] Can the Combo Box move and size with cells radio button be enable
    By Tom Cote in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 08:05 PM
  5. [SOLVED] Can the Combo Box move and size with cells radio button be enable
    By Tom Cote in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 PM
  6. Can the Combo Box move and size with cells radio button be enable
    By Tom Cote in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 PM
  7. Can the Combo Box move and size with cells radio button be enable
    By Tom Cote in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 09:05 AM

Tags for this Thread

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