Understood, thank you. I should back up some and explain what the problem is:
The column beside the checkbox is hidden and is either a 1 or a 0 (linked to the checkbox beside it.)
The checkboxes are form control boxes.
I have 2 ways on the spreadsheet of sorting. commandbuttons for each field (column), and comboboxes for 4 fields (you remeber, you helped me get them working lol
)
WHenever the combobox is used, and then after I either hit the 'reset' button (which unsorts all) of select another sort command button is selected, the boxes are all alittle off inside the cell (row) which they reside in (all the rows are the same height and remain the same height)
So i found a macro that recenters all the boxes back to there original position centered in their cell. I just put that little bit of code at the end of each command that sorts/filters the data.... and that worked.
But, for whatever reason, it also removes the check inside the box... even though the "1" or "0" in the cell adjacent to it is still correct (but now that box doesnt have a check, even though the linked cell is still a 1(??) )
So I was thinking that if I insert ANOTHER code to check if the column is a "1", and if it is, then apply a check to the box beside it.
(this is all confusing, but it really isnt... just going to post some screenshots to help illustrate what its doing...)