Thread
:
Events are not disabled
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
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
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett