Almost there
Can anyone please tell me what is wrong with this bit of script? I'm almost there but the value he writes in the textbox is duplicated. Everything that is selected in the listbox shows up 2 or 3 times like 1,1,2,3,1,2,3 instead of 1,2,3
Private Sub cmdSelectAll_Click()
On Error...