Help with error 53
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder("\\Mascarolinabdc\puball\Newport Precision
\Spreadsheets\Data log trending Version 2.0\Data log files (by
machine)
\P124\TXT")
This is where I first get the error.
I put a on error resume next before it
and a on error goto 0 after it and then it does the same at the next
one.
If possible once this happens the first time I want it to exit the
macro
|