Search notes:

Excel Object Model: Worksheet.scrollArea

The worksheet property scrollArea defines the area within which a user can scroll a worksheet or select cells.
The value of this property is a string representing the area in A1-reference style (see application.referenceStyle).
activeSheet.scrollArea = range( _
   cells( 21,  3), _
   cells(125, 80)  _
).address
In order to allow scrolling on the entire sheet, the value must be set to the empty string ("").

See also

window.scrollColumn and window.scrollRow

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...', 1758199678, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/Object-Model/Worksheet/scrollArea(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78