Only show currently active file icon

X

XP

Using Office 2007 and Win XP;

When multiple XL files are open, each open XL file appears as a separate
icon on the "Start" menu bar in Windows.

Is there a way to hide those icons or only show the currently active file?

If so, I would need to do this in VBA on the fly with the ability to switch
back and preferably without resorting to APIs.

If this is possible, could someone perhaps post example code on how to do
this?

Thanks much for your assistance.
 
J

Jim Rech

Excel has two settings - One taskbar icon for Excel or one for each visible
window. There is no option for just the active workbook window. To code
the switch between the two settings, record a macro as you switch manually
using Excel Options, Advanced, Display section.

--
Jim
| Using Office 2007 and Win XP;
|
| When multiple XL files are open, each open XL file appears as a separate
| icon on the "Start" menu bar in Windows.
|
| Is there a way to hide those icons or only show the currently active file?
|
| If so, I would need to do this in VBA on the fly with the ability to
switch
| back and preferably without resorting to APIs.
|
| If this is possible, could someone perhaps post example code on how to do
| this?
|
| Thanks much for your assistance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top