I would like code that would minimize (not hide!) all excel spreadsheet windows except for the active window, even if there is another window with the same workbook open.
If I have open the following windows (whether already minimized or not) within excel:
WorkbookA.xlsm:1
WorkbookA.xlsm:2
WorkbookB.xlsb:1
WorkbookB.xlsb:2
WorkbookC.xlsx
and "WorkbookA.xlsm:2" is my active window, I want to be able to have all the windows except for "WorkbookA.xlsm:2" minimized, while leaving the "WorkbookA.xlsm:2" window untouched (please do not resize the window).
Any hidden workbook windows should NOT be unhidden.
Code I have looked up so far tend to either minimize all application windows (not just excel) or only minimize excel windows based on workbook names.
Thank you in advance for any help.
Bookmarks