Ok I am trrying to get a common dialog box file name into a list box

problem is i am useing mulit select

like this

Private Sub Command1_Click()
CommonDialog1.Flags = cdlOFNAllowMultiselect _
Or cdlOFNExplorer
CommonDialog1.ShowOpen
'now what do i put here
'if i put "list1.additem CommonDialog1.filename"
'it wont work
'anyone know how to get all file to be added to the list box?

End Sub


if anyone knows plz let me know


-=XPS=-


Thanks