View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Change Event Problem

Hi John,

I should have added that, as you have disabled events, you will need to
restore this setting: in the immediate window type

Application.EnableEvents = True

and hit the enter key.



---
Regards,
Norman