Results 1 to 8 of 8

Display/Hide radio buttons

Threaded View

  1. #1
    Registered User
    Join Date
    07-09-2014
    Location
    Lisbon
    MS-Off Ver
    Microsoft Office 365 ProPlus Version 1708 (build 8431.2153)
    Posts
    62

    Question Display/Hide radio buttons

    Hi

    Is it possible to, based on a cell value, display or hide a correspondent radio button?

    I'm using an excel file as a search tool. That search will return values on cells from E5 to E20. It can be 1 result, filling one cell or multiple results, filling the equal amount of cells.
    I've added radio buttons to copy that specific cell value (see code bellow for one of them). What I'm curious about if is it possible to hide the radio button if the correspondent cell is empty. For example, if only 3 results are found, only 3 radio buttons appear (instead of all 15).

    Sub OptionButton2_Click()
    Range("L2").Value = Range("E8").Value
    Range("K3").Select
    Selection.Copy
    End Sub
    Thanks in advance!
    Last edited by 6StringJazzer; 04-07-2015 at 09:59 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 09-17-2013, 10:36 AM
  2. [SOLVED] Using Radio Buttons to display Pictures
    By Chrizzo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-19-2013, 05:48 PM
  3. How do I setup radio buttons to display different worksheet data in graphs
    By Dan Murphy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-24-2010, 12:36 AM
  4. Using VBA to link Radio Buttons to Display an observation
    By isara912 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-16-2008, 09:55 AM
  5. Radio Buttons Selecting Other Radio Buttons
    By Neonate928 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-13-2007, 11:19 PM

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