Can you filter on an ActiveX checkbox in Excel

L

Liz

I'm using ActiveX checkbox in a spreadsheet and want to filter my data on
boxes that have checks - is this possible?
 
D

Dave Peterson

Not on the checkbox itself, but you could use a linkedcell for each of the
checkboxes and filter on that column.
 
Top