Search notes:

Excel Object Model: Application.goto

application.goto allows to jump to a specific cell on a worksheet.
option explicit

sub main() ' {

    application.goto "r20c9" ' Must use R1C1 reference style
    activeCell = "I went to row 20, column 9"

    application.goto "r10c14"
    activeCell = "I went to row 10, column 14"

    dim rng as range
    set rng = cells(5, 3)
    application.goto rng
    activeCell = "I went to row 5, column 3 via a range"

end sub ' }
Github repository about-MS-Office-object-model, path: /Excel/Application/goto.bas

Jumping to a procedure (sub or function)

application.goto allows to jump to the definition of a procedure in the Visual Basic for Application Editor if the value of the string is the name of a procedure:
application.goto "SomeSub", scroll = true

See also

window.scrollRow and window.scrollColumn

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