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
Post a Comment