F
freekrill
I have some code which looks something like this
On error Resume Next
Kill "C:\a.xls"
Kill "C:\b.xls"
Kill "C:\c.xls"
Kill "C:\d.xls"
Kill "C:\e.xls"
On error goto 0
It works ok, but if the file doesn't exist the macro breaks and I ge
an error message. Shouldn't the instruction, On error Resume Next
prevent this problem?
Thanks for any explanation
Cheers
fre
On error Resume Next
Kill "C:\a.xls"
Kill "C:\b.xls"
Kill "C:\c.xls"
Kill "C:\d.xls"
Kill "C:\e.xls"
On error goto 0
It works ok, but if the file doesn't exist the macro breaks and I ge
an error message. Shouldn't the instruction, On error Resume Next
prevent this problem?
Thanks for any explanation
Cheers
fre