Re: Need to sort based on Check Boxes

From: Bill Mosserati (anonymous_at_discussions.microsoft.com)
Date: 06/18/04


Date: Fri, 18 Jun 2004 06:49:34 -0700

David,

Thanks. May I pick your brain a bit more? If my
spread*** is dynamic, is there a way to code this to
adjust as new rows are added/deleted? Once the
appropriate boxes are selected, can I code a function to
sort/filter based on those that are checked and those that
are not?

Bill

>-----Original Message-----
>Private Sub CheckBox1_Click()
>If CheckBox1.Value = True Then
>MsgBox "checkbox selected"
>
>End If
>
>End Sub
>
>"Bill Mosserati" <anonymous@discussions.microsoft.com>
wrote in message
>news:1dfb701c454ae$0142e360$a501280a@phx.gbl...
>> Is there a way to sort a spread*** based on
checkboxes?
>> How do I get it to recognize that a box has been
checked?
>>
>> TIA,
>>
>> BMosserati
>
>
>.
>