You are using the For Each incorrectly. It loops through a collection and ListBox2.SelectedIndex is not a collection. Try using ListBox2.
確定! 回上一頁