View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] louishong@lycos.com is offline
external usenet poster
 
Posts: 4
Default Set to Break on Unhandled Errors via VBA

Is there a way to set Excel to "Break on Unhandled Errors" via VBA or
a workaround? Access has Application.SetOption "Error Trapping", 2
but Excel doesn't support this.

I read few SendKey routines but none of them worked. Any help would
be greatly appreciated. TIA.


Louis