I have a checked list box that has 10 values in it.

I want to create a button that selects (or deselects) all of them at once. I am assuming I have to do a:

For Each strItems in ListBox1.Items

Next

But what is the syntax to check a box?


Thanks in advance,

Jim