Closed Thread
Results 1 to 13 of 13

[SOLVED] making a checkbox appear and disappear based on a cell's value

Hybrid View

Guest [SOLVED] making a checkbox... 01-23-2006, 11:30 AM
Guest RE: making a checkbox appear... 01-23-2006, 03:10 PM
Guest Re: making a checkbox appear... 01-23-2006, 04:30 PM
Guest Re: making a checkbox appear... 01-23-2006, 05:30 PM
Guest Re: making a checkbox appear... 01-23-2006, 08:10 PM
Guest Re: making a checkbox appear... 01-23-2006, 05:35 PM
Guest Re: making a checkbox appear... 01-23-2006, 05:55 PM
Guest Re: making a checkbox appear... 01-23-2006, 05:55 PM
Guest Re: making a checkbox appear... 01-23-2006, 05:55 PM
Guest Re: making a checkbox appear... 01-23-2006, 05:55 PM
Guest RE: making a checkbox appear... 01-23-2006, 03:10 PM
Magmarinita Re: [SOLVED] making a... 05-12-2021, 10:56 PM
AliGW Re: [SOLVED] making a... 05-12-2021, 11:36 PM
  1. #1
    Jim Thomlinson
    Guest

    Re: making a checkbox appear and disappear based on a cell's value

    Sorry about taking so long... The code that you posted needs to be in the
    ThisWorkbook module, and events must be enabled. If it is in thisworkbook
    then run this code to reset your events...

    Sub test
    Application.enableevents = true
    end sub

    You should also check for where it was set to false and ensure that that
    code is working properly.
    --
    HTH...

    Jim Thomlinson


    "yoram" wrote:

    > Thanks for the prompt response. Unfortunately, the code still doesn't
    > work for me. Changing the cell's value doesn't make the checkbox
    > visibile/invisible. I am running 2002 and tried with protection on/off.
    >
    >


  2. #2
    yoram
    Guest

    Re: making a checkbox appear and disappear based on a cell's value

    Awesome. Many thanks Peter and Jim.


  3. #3
    yoram
    Guest

    Re: making a checkbox appear and disappear based on a cell's value

    Awesome. Many thanks Peter and Jim.


  4. #4
    Jim Thomlinson
    Guest

    Re: making a checkbox appear and disappear based on a cell's value

    Sorry... Not in Thisworkbook, but rather in the sheet that is the target...
    Also Peter has a better eye than I do. There is a typo in the procedure
    name... Monday is getting the best of me here...
    --
    HTH...

    Jim Thomlinson


    "Jim Thomlinson" wrote:

    > Sorry about taking so long... The code that you posted needs to be in the
    > ThisWorkbook module, and events must be enabled. If it is in thisworkbook
    > then run this code to reset your events...
    >
    > Sub test
    > Application.enableevents = true
    > end sub
    >
    > You should also check for where it was set to false and ensure that that
    > code is working properly.
    > --
    > HTH...
    >
    > Jim Thomlinson
    >
    >
    > "yoram" wrote:
    >
    > > Thanks for the prompt response. Unfortunately, the code still doesn't
    > > work for me. Changing the cell's value doesn't make the checkbox
    > > visibile/invisible. I am running 2002 and tried with protection on/off.
    > >
    > >


  5. #5
    yoram
    Guest

    Re: making a checkbox appear and disappear based on a cell's value

    Awesome. Many thanks Peter and Jim.


Closed 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