Excel VBA: (Mac-specific) Calling Application object causes other workbooks to un-minimize -




i have workbook includes 12 modules, plus on 25 worksheets sheet-specific macros. on each 1 include line:

application.screenupdating = false 

with corresponding "= true" @ end of code.

this great performance, i've noticed if click anywhere in workbook, cause other excel workbook using un-minimize (zoom dock) if minimized. not cause non-active windows become active.

this not minor issue, @ organization using workbook simultaneously working on 2-3 other excel documents @ same time, of minimized save screen space.

is there way prevent application object unminimizing minimized windows?





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

Jenkins: find build number for git commit -

firebase - How to wait value in Ionic 2 -