View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steph Steph is offline
external usenet poster
 
Posts: 110
Default "End" Button for Error Messages

Is there a way in VBA to display a message box that shows the just the
following:

-- Error Code
-- Error Message
-- An "End" button

I want to use an "End" button to force an immediate stop to the application.
I've experimented with the "OK" button and error trapping but, due to the
way my application is built, the code seems to continue to loop even after an
error is trapped.

Thank you for your help.

--
Steph