Search notes:

Office Object Model: Excel - Workbook.windows

It is possible to open multiple windows on or for the same workbook. This makes it possible to work on different regions in a worksheet or different worksheets side by side.
The collection of windows is stored in the workbook's windows property. The following statement prints the number of windows on a workbook:
debug.print (activeWorkbook.windows.count)

Creating a new window

A new windows is created on the ribbon's View tab and then clicking New Window:
In Visual Basic for Applications, a new window can be created like so:
activeWorkbook.newWindow

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758209511, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/Object-Model/Workbook/windows(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78