AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,045
- Office Version
- 2019
- 2010
- Platform
- Windows
In Userform Activate two combo box values are set, but I don't want their change events to fire.
So I put
before setting the combo box text value.
But the change event runs regardless.
Isn't Enable Events = False meant to prevent that ?
So I put
Code:
Application.Enable Events = False
But the change event runs regardless.
Isn't Enable Events = False meant to prevent that ?