+ Reply to Thread
Results 1 to 5 of 5

Need radio button groups with no visible properties of the group

  1. #1
    Registered User
    Join Date
    09-11-2013
    Location
    Virginia Beach, USA
    MS-Off Ver
    Excel 2010
    Posts
    8

    Need radio button groups with no visible properties of the group

    I have 16 groups of two radio buttons that run horizontally across the top of the sheet in very small cells so space is a premium. It looks horrible right now because of the visible line and label that surrounds each of the 16 groups overlap. I would like to know if there is way to turn that property off using vba since I can see no other way to do it. If it can be done, I could just use a macro to turn the visibility property on and off. Please help as this is one of final pieces of my current project.

  2. #2
    Registered User
    Join Date
    09-11-2013
    Location
    Virginia Beach, USA
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Need radio button groups with no visible properties of the group

    OK, I figured it out. You cannot group the group and radio buttons together, they must be separate for this to work which was why I kept getting errors.

    For the first radio button group:
    Please Login or Register  to view this content.
    For the second radio button group:
    Please Login or Register  to view this content.
    Etc...

  3. #3
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,653

    Re: Need radio button groups with no visible properties of the group

    This macro will Hide all the Group Boxes on the active worksheet

    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  4. #4
    Registered User
    Join Date
    09-11-2013
    Location
    Virginia Beach, USA
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Need radio button groups with no visible properties of the group

    Thank you alphafrog, that will come in handy. I'm just in the beginning stages of learning to code in vba and it is starting to make sense. So I would like the above macro to run every time the workbook is open. How is that done?

  5. #5
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,653

    Re: Need radio button groups with no visible properties of the group

    Quote Originally Posted by simusphere View Post
    Thank you alphafrog, that will come in handy. I'm just in the beginning stages of learning to code in vba and it is starting to make sense. So I would like the above macro to run every time the workbook is open. How is that done?
    You're welcome.

    Once you set the .Visible property and Save the workbook. They should be hidden the next time you open the workbook.

    Two methods to run a macro on open.
    1.) Name the macro Sub Auto_Open()

    2.) In the ThisWorkbook code module, create a WorkBook_Open event macro.
    Please Login or Register  to view this content.

+ 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. Replies: 3
    Last Post: 08-28-2013, 05:39 AM
  2. [SOLVED] Independent radio/option button groups
    By vizzkid in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-17-2013, 04:24 AM
  3. Radio Button Groups linked to cells for counting values
    By kathyb10 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-31-2011, 06:35 PM
  4. Radio Button Groups
    By Macdave_19 in forum Excel General
    Replies: 3
    Last Post: 11-23-2010, 07:15 AM
  5. to ensure all radio button groups are used before moving on.
    By lrm75uk in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-19-2010, 08:20 AM

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