View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] s_smith_iet@hotmail.com is offline
external usenet poster
 
Posts: 66
Default 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