I have several buttons on the worksheet with Subs assigned to them; there is also a couple of Validation Lists.
All the Subs have “Application Enable Events = False and Application Enable Events = True” in them to prevent “Worksheet Change Event” firing when any of the Subs are run.
I need the Subs to end with “Enable Events =True” so as to enable the Validation Lists .
BUT this of course means if I manually edit any cell on the sheet the “Worksheet Change Event” fires.
Is there any way to prevent the “Worksheet Change Event” firing when manually editing a cell?
All the Subs have “Application Enable Events = False and Application Enable Events = True” in them to prevent “Worksheet Change Event” firing when any of the Subs are run.
I need the Subs to end with “Enable Events =True” so as to enable the Validation Lists .
BUT this of course means if I manually edit any cell on the sheet the “Worksheet Change Event” fires.
Is there any way to prevent the “Worksheet Change Event” firing when manually editing a cell?