In my program i'm doing 3 for ... next and in each of them i'm using filecopy source,destination to copy a bunch of file and i want to put the file that is currently being copy on a label(now copying c:\test.txt....)but i think that the for...next it's too fast and my label only get the last file that i copy.What could i do???