View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Events are not disabled

You give almost no information but perhaps you want
application.displayalerts=false


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Greg" wrote in message
...
hi,

I'm deleting a sheet w/ data via code and the following is not working??

Application.EnableEvents = False
wks.Delete
Application.EnableEvents = True

Thank you for your suggestions
--
______
Regards,
Greg