+ Reply to Thread
Results 1 to 2 of 2

Disable ActiveX checkbox based on Value

  1. #1
    Registered User
    Join Date
    07-12-2018
    Location
    Houston, Texas
    MS-Off Ver
    2016
    Posts
    44

    Disable ActiveX checkbox based on Value

    Good afternoon, ladies and gents!

    I have a column that will be filled with around 3000 ActiveX checkboxes. I would like to use either Worksheet_change or worksheet_calculate event to see if there's a change in column N boolean value is true then disable object from being pressed again. Below is my code that I'm working with. Thanks in advanced for the help!

    Please Login or Register  to view this content.

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Disable ActiveX checkbox based on Value

    You're better off not using ActiveX controls on worksheets at all. They're incredibly unstable have a look here https://www.google.co.uk/webhp?sourc...eet%20controls and by using them, you're asking for trouble.

    Forms controls are much more reliable - they're in the same dropdown as the ActiveX ones, but are designed for use on worksheets - so you don't run into any stability issues, you can do most of the same things with them too and you can use them without using code.

+ 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. Disable checkbox on Sheet1 based on value in Sheet2
    By T33P33 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2018, 03:31 AM
  2. Replies: 0
    Last Post: 03-30-2016, 08:26 AM
  3. [SOLVED] Use VBA to change worksheet tab color based on ActiveX checkbox values
    By penny in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-19-2015, 02:12 PM
  4. Filter table based on ActiveX Checkbox
    By mcmahobt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-15-2014, 02:58 PM
  5. Replies: 1
    Last Post: 07-27-2014, 10:57 AM
  6. [SOLVED] ActiveX Control Checkbox
    By danex in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-01-2013, 09:22 AM
  7. [SOLVED] Disable a row based on a checkbox
    By talochka in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-01-2013, 01:11 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