View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_14_] Tim[_14_] is offline
external usenet poster
 
Posts: 7
Default Disable Worksheet change event

I have a worksheet change event (located in ThisWorkbook) that I need
to temporarily disable while another macro runs. How do I do this?

Thanks for the help.