Consulting

Results 1 to 2 of 2

Thread: checkboxes enable and disable and assigning values and retreiving answers

  1. #1
    VBAX Newbie
    Joined
    Mar 2006
    Location
    manchester of south india
    Posts
    1
    Location

    Question checkboxes enable and disable and assigning values and retreiving answers

    Hello Learned People,

    I am a beginner in VBA. Kindly help me.

    I have fifty checkboxes placed in the excel sheet and one text boxe and one command button.

    Things to be done:

    1. Using an array I need to divided these 50 checkboxes into 10 and on checking a checkboxes in each set, the rest four has to be disabled and resp. for the other 9 sets.

    2. On clicking the command button the checked 10 checkboxes out of 50 has to be valued and diplayed in that text box.

    Can any one help me in making the array.

    Thanks,

    Sharavana C N

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi,
    Welcome to VBAX.
    I posted a checkbox utility here which may be adapted to your use, but please note this is not a Mac entry.
    http://vbaexpress.com/kb/getarticle.php?kb_id=114
    Your request relies on layout etc. Can you post a copy of your spreadsheet? Use the Manage Attachment button found in the Go Advanced section.
    Regards
    MD
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

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