Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,592
- Office Version
- 365
- 2016
- Platform
- Windows
Although I do use mbevents true/false to control whether or not macros trigger during cell change prompted worksheet changes. In this case mbevents equals true so worksheet change events should trigger.
I can't share all my code, so I've attached my workbook.
To recreate, open the "FORM" page. Press reset. (The page is supposed to clear to default when the sheet is activated but thats a different problem.)
Enter a numeric value in cell E2. Tabbing out should trigger the worksheet change event for cell E2. But it doesn't. It reveals a cell validation list dropdown in cell K8 (which is hidden by a shape revealed with proper process).
I have a stop command at the start of the worksheet change module but it doesn't get to that point. Something is happening when the user changes the value in E2 that isn't initiated by the worksheet change module.
I can't share all my code, so I've attached my workbook.
To recreate, open the "FORM" page. Press reset. (The page is supposed to clear to default when the sheet is activated but thats a different problem.)
Enter a numeric value in cell E2. Tabbing out should trigger the worksheet change event for cell E2. But it doesn't. It reveals a cell validation list dropdown in cell K8 (which is hidden by a shape revealed with proper process).
I have a stop command at the start of the worksheet change module but it doesn't get to that point. Something is happening when the user changes the value in E2 that isn't initiated by the worksheet change module.