Event code won't work

M

marker68

I broke excel and the event codes won't work. They were fine until I
continued to monkey with adding new ones. I can view the code but it won't
go. I tried a new blank file with a simple event but no go. I rebooted too.
Alas, I broke excel.
 
R

Roger Govier

Hi

In the Immediate window of the VB Editor type
Application.EnableEvents=True
and press Enter.
 
Top