ha ha funny... yeah like there is such a thing as VB3

lol
ok i assume that the code may be similar to current versions
VB Code:
  1. For x = 0 to File1.ListCount - 1   'File1 is name of filelistbox
  2.      List1.additem file1.List(x)
  3. Next
regards
Stuart