Is this what you mean which will select specific items by code

VB Code:
  1. CheckedListBox1.SetItemChecked(1, True)
  2. CheckedListBox1.SetItemChecked(2, True)