View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Events not triggering

Just a comment...

I don't understand how reregistering excel (to update the windows registry)
would fix your problem. I'm gonna guess that something else got fixed (a
workbook with the problem wasn't loaded????).

I'd keep my eye out for a recurrence of the problem.

Greg Wetzel wrote:

Thanks Tom. Actually my version was unique, as in corrupted. Your comment
got me thinking, and I re-registered excel uning /regserv switch, and that
fixed the problem. Thanks.

Greg

"Tom Ogilvy" wrote:

the test is

Application.EnableEvents = True

Generally when events don't work, they are disabled. It would be hard to
believe your version of excel is unique.

--
Regards,
Tom Ogilvy


"Greg Wetzel" wrote:

Excel 2003 events are not triggering, even though
Application.Eventsenabled=True. This is happening in all workbooks. Can't
figure out why, any ideas?
Even with security low....
Thanks.

Greg


--

Dave Peterson