View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Excel2000: Avoiding loop in Worksheet_Change event

Application.EnableEvents=False
do your logic
Application.EnableEvents=True
--
Gary''s Student - gsnu2007h