Re: Need to sort based on Check Boxes
From: Bill Mosserati (anonymous_at_discussions.microsoft.com)
Date: 06/18/04
- Next message: jngi: "RE: switch on 'snap to' from vba"
- Previous message: Tom Ogilvy: "Re: dynamic list to remove duplicates and spaces ?"
- In reply to: David Adamson: "Re: Need to sort based on Check Boxes"
- Messages sorted by: [ date ] [ thread ]
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
>
>
>.
>
- Next message: jngi: "RE: switch on 'snap to' from vba"
- Previous message: Tom Ogilvy: "Re: dynamic list to remove duplicates and spaces ?"
- In reply to: David Adamson: "Re: Need to sort based on Check Boxes"
- Messages sorted by: [ date ] [ thread ]