OK, using On Error Goto ...
I have been able to find the name of the next file to use, by looping back when not in error

For Example, my File names are.
Sequence.001
Sequence.002
Sequence.003
etc...

Is there a function in VB to test for the existence of a file, without using this kinda bad method.

Thanks in advance,
Steve.