On the form are 1 listbox and one commandbutton, among others. The command button is for deleting items inside the listbox. If the user clicks the DELETE button, a message box would appear saying "Delete *****, *****, *****?"...I already have the complete code for this procedure, what I need is the code that will make the names of the items appear on the msgbox, example - the message on the message box would read something like this: Delete Apple, Orange, Banana, Lemon? -this is assuming that the user selected Apple, Orange, Banana, and Lemon in the listbox. I need the EXACT code. Thanks a lot!!!