+ Reply to Thread
Results 1 to 4 of 4

Message when 8 checkboxes are checked in a Userform

  1. #1
    Forum Contributor
    Join Date
    03-14-2015
    Location
    Mexico
    MS-Off Ver
    365
    Posts
    279

    Message when 8 checkboxes are checked in a Userform

    Hi, I hope someone can give me a hand on this.

    I have a userform with 10 checkboxes. I want to have a message alerting me that 8 checkboxes were already checked when I click on specific sheet.

    Thanks in advance

  2. #2
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Message when 8 checkboxes are checked in a Userform

    i believe all userforms, when active, are modal aren't they? what that means is that you cannot click on anything underneath them when they are in front of you on the screen. I don't know for sure, but i seem to remember that. can you confirm that you can actually click on a worksheet when the userform is present on the screen?

    if you can, you can use the worksheet_activate() event to check what you need to check. userforms are qualifying objects for all of their controls, I think. thus, something like this (not exactly this) should work just fine:
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    03-14-2015
    Location
    Mexico
    MS-Off Ver
    365
    Posts
    279

    Re: Message when 8 checkboxes are checked in a Userform

    This met my requirement, thank you so much

  4. #4
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Message when 8 checkboxes are checked in a Userform

    Quote Originally Posted by fabian_76 View Post
    This met my requirement, thank you so much
    great! have a good day.

+ 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. Run macro only after several checkboxes have been checked.
    By hk57 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-06-2020, 02:46 AM
  2. [SOLVED] UserForm CheckBoxes populate sometimes with random boxes checked
    By brianalton in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 11-28-2017, 10:45 PM
  3. Replies: 1
    Last Post: 08-31-2015, 09:44 AM
  4. Replies: 14
    Last Post: 01-21-2015, 04:53 PM
  5. Summing checked checkboxes
    By bermudamohawk in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-13-2014, 11:25 AM
  6. Replies: 4
    Last Post: 12-30-2013, 10:10 AM
  7. [SOLVED] My checkboxes will not stay checked.
    By NUMBnut in forum Excel General
    Replies: 0
    Last Post: 01-09-2006, 05:10 PM

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