Thread
:
Excel2000: Avoiding loop in Worksheet_Change event
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Excel2000: Avoiding loop in Worksheet_Change event
Application.EnableEvents=False
do your logic
Application.EnableEvents=True
--
Gary''s Student - gsnu2007h
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student