Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Need to sort based on Check Boxes

Is there a way to sort a spreadsheet based on checkboxes?
How do I get it to recognize that a box has been checked?

TIA,

BMosserati
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Need to sort based on Check Boxes

Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then
MsgBox "checkbox selected"

End If

End Sub

"Bill Mosserati" wrote in message
...
Is there a way to sort a spreadsheet based on checkboxes?
How do I get it to recognize that a box has been checked?

TIA,

BMosserati



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Need to sort based on Check Boxes

David,

Thanks. May I pick your brain a bit more? If my
spreadsheet 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"

wrote in message
...
Is there a way to sort a spreadsheet based on

checkboxes?
How do I get it to recognize that a box has been

checked?

TIA,

BMosserati



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
List sort - filter macro based on check box brumanchu Excel Discussion (Misc queries) 1 April 27th 09 11:56 PM
Hide & Show Rows based on Check Boxes loza Excel Discussion (Misc queries) 1 September 14th 08 01:49 AM
Can one cell hold multiple check boxes (and then sort based off e. OT Excel Discussion (Misc queries) 1 March 29th 06 07:32 PM
Can you sort with check boxes? Q Excel Discussion (Misc queries) 3 November 10th 05 08:11 PM
How can I sort check boxes in excel? AT Excel Worksheet Functions 0 September 26th 05 07:15 PM


All times are GMT +1. The time now is 12:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"