View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R..VENKATARAMAN R..VENKATARAMAN is offline
external usenet poster
 
Posts: 41
Default enableevents in event codes

I hope this is not a dumb question!

in some event codes I see in the beginning the code statement
application.enableevents=false
and then at the end
application.enableevents=true

are these two statements (I understnad if one is there the otehr should be
there) necessary and why?
Thanks and regards.
mine excel 2002(windows xp)