Hi everyone,

I have data in a listbox, how do I loop through the data in the listbox and do a message box of each line of data in that listbox?


data in the listbox:
Frank
Bill
Jill


How do I code a button to loop through the listbox and give a message box of each item in the listbox?

For example, a message box should pop up for each person, Frank, Bill, and Jill.