View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default Excel to by-pass Private Sub Worksheet_Calculate()

Application.EnableEvents = False

--

Regards,
Nigel




wrote in message
...
To click the UnDo-button and then, Private Sub Worksheet_Calculate()
inadvertently executes.

Would like to by-pass the given Event-Handler, but How ?

Please share your experience. Regards.