file open error
Posted by brian on January 17, 2000 7:42 AM
IN VBA if I request a file to be opened, and it does not exist
an error is reported. Is there a way to have VBA
automatically create a new file identical to the one
asked for?
I have tried On error goto ... but this will also run if
the file is found and consequently create a new file
that is the same and overwrite.