you can try like
put on error resume next at the top of procedureCode:End With If Not Err.Number = 0 Then Application.OnTime Now + TimeSerial(0, 1, 0), "webpull" Err.Clear Exit Sub End If Call Macro152 'Transfers record sheet
note this will only work if an error is generated




Reply With Quote
