+ Reply to Thread
Results 1 to 3 of 3

Checkbox Macro

  1. #1
    Registered User
    Join Date
    10-17-2007
    Posts
    2

    Checkbox Macro

    Help!

    Not familiar with Macros or VBA at all but I hope this is quite a simple request.

    I have 5 checkboxes:-

    CheckBox28
    CheckBox32
    CheckBox33
    CheckBox34
    CheckBox35

    Basically I want CheckBox28.Value = true when Checkboxes32-35 are true.

    Similarly when CheckBox28.Value = false I want Checkboxes32-35 to = false too.

    on the flip side I also want Checkboxes 32-35 true when Checkbox28 is true and vice versa.

    This is what I got for the first bit: -

    Please Login or Register  to view this content.
    This works fine...but how do I enable the it to work with doing it the other way?

    Any help?

    Thanks,

    Jonboy.
    Last edited by Jonboy_100; 10-17-2007 at 08:13 AM.

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    Jonboy_100

    Welcome to excelforum

    Please read forum rules & wrap your VBA code

    A thread with the rules is available at the top of each forum or see links below

    If you do not understand the VBA code wrap instructions have a look at my last reply in this thread
    http://www.excelforum.com/showthread.php?t=583950
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  3. #3
    Registered User
    Join Date
    10-17-2007
    Posts
    2
    so I did this which works but can I clean up the code to have a subroutine which the clicks call rather than writing them out all the time?

    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)

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