Change this line
to thisListBox1.AddItem .FoundFiles(I)
To get rid of the path.ListBox1.AddItem Mid(.FoundFiles(I), InStrRev(.FoundFiles(I), "\") + 1)
Change this line
to thisListBox1.AddItem .FoundFiles(I)
To get rid of the path.ListBox1.AddItem Mid(.FoundFiles(I), InStrRev(.FoundFiles(I), "\") + 1)