Hi Y'all
i know this is silly, but i can't figure it out. please help :
for i = 1 to 2
on error goto ErrHandler
'my code here
sheets("Panel1").range("A1").value = "Success"
errHandler :
sheets("Panel1").range("A1").value = "Failure"
resume nextitiration
nextitiration ...