View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default code in VBAProject will not run

Mike,

Search the code for Application.EnableEvents = False and ensure that there
is a corresponding Application.EnableEvents = True .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Mike" wrote in message
...
Hi All,
I have a excel workbook that will not run any of the vba events. After

creating a new workbook and coping the sheet data the events will run, but,
after closing and reopening the workbook the events stop runing.

any help is appreciated,

mike