Hi all,
I need to use a For/Next loop instead of "For Each FileItem In SourceFolder.Files" when looking at files in folder.
Instead of:
For Each FileItem In SourceFolder.Files
next FileItem
I need to use:
tempFileIncrement = 1
iTotal = SourceFolder.Files.Count
For q = tempFileIncrement To...