View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Devvy D Devvy D is offline
external usenet poster
 
Posts: 2
Default Workbook_SheetChange triggered to many times

Hi there!

When user enters some text in a cell, I use macros to validate.
If there are some incorrect data I want to correct this
programmatically. So I use the SheetChange event.

The problem is that when I correct what the user entered, the event
is fired once again, and then again and again and again... I think you
understand the problem...

How can I work around this problem, is it for example possible to
temporarily disable the event?

Best Regards

L-E