ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   switching from one window to another (https://www.excelbanter.com/excel-programming/332992-switching-one-window-another.html)

Sergiek

switching from one window to another
 
Hello,
Is it possible to add a button allowing to switch from one window to another
at Excel (like nextwindow command at Word)?
Thx
Sergie

Norman Jones

switching from one window to another
 
Hi Sergiek,

You could add a toolbar button and assign a macro like:

Sub NextWin
ActiveWindow.ActivateNext
End Sub,

However, given that the Window menu is only a single click away, I doubt
that the button would add much functionality.

---
Regards,
Norman



"Sergiek" wrote in message
...
Hello,
Is it possible to add a button allowing to switch from one window to
another
at Excel (like nextwindow command at Word)?
Thx
Sergie





All times are GMT +1. The time now is 09:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com