add comment.
Why does executing code containing 'Application. ScreenUpdating=false' in a workbook (including VBA) cause Dropdownlists in other worksheets to lose focus?
After upgrading from Office to Microsoft 365 (2402), I executed a function with the code "Application. ScreenUpdating=false" in workbook A containing VBA, which finally executed "Application. ScreenUpdating=true".
Found another dropdown list in Excel document B that cannot be focused properly. As follows:
The above issue does not exist in versions such as Office 2019, and if the "Application. ScreenUpdating=false" in workbook A is changed to "Application. ScreenUpdating=true", it will not cause the dropdown list in worksheet B to lose focus.
Please explain why this phenomenon occurs and whether it is a bug in Microsoft 365 (2402)?