Search notes:

Excel Object Model: Range.Insert

option explicit

sub main() ' {
    with activeSheet
        .cells(3,2) = "ABC"
        .cells(3,3) = "DEF"
        .cells(3,4) = "GHI"
        .cells(4,2) = "ZYX"
        .cells(4,3) = "WVU"
        .cells(4,4) = "TSR"
        .row(4).insert xlDown
    end with
end sub ' }

See also

The range of the Excel's object model.

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