Error 50290

A

Alan

When using Excel 2002, One particular workbook gives
error message:

Run-time error '50290':
Method 'EnableEvents' of object'_Application' failed

every time I try to edit a formula. When I use Excel
2000 I can edit it OK. What is happening? How do I
overcome it?

Alan
 
G

Grey Newt

You'll need to post the VBA code that it crashes on. Sounds like a VBA definition error. Events are clearly being enabled and disabled for some reason, and its this code that should be looked at. VBA IS different in all versions of Excel
 
Top