+ Reply to Thread
Results 1 to 3 of 3

ActiveX Control Checkboxes and Table Order

  1. #1
    Registered User
    Join Date
    08-11-2010
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    11

    ActiveX Control Checkboxes and Table Order

    I have a table which will be filtered and ordered. I have a checkbox in each row. When the ActiveX control checkbox is selected I want to update a column on the same row to be True or False. The problem is that when the order is changed a checkbox will update the True/False column on a different row - not the row you are selecting. The code below should find the cell address of a checkbox and update the corresponding row in the True/False column.


    Please Login or Register  to view this content.

    I'm getting "Unable to get the CheckBoxes property of the Worksheet class" right now.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: ActiveX Control Checkboxes and Table Order

    Don't use checkboxes use this example

    To get true or false, assuming checks are in Column A

    =ISBLANK(A1)
    Last edited by royUK; 12-09-2010 at 07:27 AM.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: ActiveX Control Checkboxes and Table Order

    You can do with much less code:

    Please Login or Register  to view this content.
    or use the property CheckBox1.LinkedCell="F12"



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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