G
Guest
Hi,
I've tried a variety of things including
Application.EnableEvents = False
. . . change textbox . . .
Application.EnableEvents = True
but I have not been able to prevent the
change event from firing.
What am I missing? Is it possible to
stop the Change event from within the
form code?
Thanks,
David
I've tried a variety of things including
Application.EnableEvents = False
. . . change textbox . . .
Application.EnableEvents = True
but I have not been able to prevent the
change event from firing.
What am I missing? Is it possible to
stop the Change event from within the
form code?
Thanks,
David