Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Geeske Bakker   on Mar 25 In MS Office Category.

  
Question Answered By: Duane Walker   on Mar 25

I am not sure I understand what you are really attempting to do, but it
sounds like in your If, Then, Else statement, you could put in Exit Sub
similar to how you would code  your On GoTo Error Handler (EH) statement.

'Handle Errors Gracefully
Exit_EH:
Exit Sub

EH:
MsgBox Err.Number & ": " & Err.Description
Resume Exit_EH

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Re-entrant Event handling Sub Or get search suggestion and latest updates.


Tagged: