Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
Here is your answer good luck!
Dim i As Integer
' Only selected items
For Each i In CheckedListBox1.CheckedInd
For Each dr as DataRow In ds.Tables(0).Rows
if CheckedListBox1.Items(i).T
CheckedListBox1.SetItemChe
end if
Next
Next