DanCarlson
New Member
- Joined
- Nov 7, 2014
- Messages
- 8
When my userform initializes i fill several comboboxes, list boxes, etc. which triggers a _Change event for these objects invoking their _Change routines. Is there a flag that indicates the userform is being initialized? If so, it could be used to skip the _Change event routines while initializing. Or is there another means to ignore Change events during initialization?
Last edited: