hey guys I am using findfilefirst and I loop it to scan a list of all drives on a computer..

However when I stop, by using boAbort = True

it stops that instance,but the loop keeps going, so if it was scanning c:\ boAbort = True would stop that loop, but then it starts on D: and etc.

Is there a way to get it to stop the loop and stop alltogether?

Thank you