the length property of an array is an integer property + you need to test it is = 4 to test if all your checkboxes are checked:

vb Code:
  1. if Array.FindAll(ArrExclude, AddressOf isChecked).length = 4 then
  2. ...