Hi Dw
I've tried to update the progressbar under the For Each loop and it doesn't change its value, there was a piece of code I tried but can't remember now and that piece only updated let's say only once to (I think that value was 15 or 20). What I did was that I decide to first get the total number of files so that I can be able to update the progressbar for each file and I divided the results by 100 which gives me what value a progressbar should add for each file to the end, what I'm trying to do is also display or show the progress of a scan using progressbar.
Anyone maybe with a better way and most importantly how to update a progressbar value dynamically.