I have item in the listbox.. I am trying to pop up the messagebox when no selection item were made in the listbox. How to do that?

Code:
For c = 0 To ListBox1.ListCount - 1

Next c