Search notes:

Office Object Model: Word - Templates

Iteration

Iterate over all available templates and print their name and path:
option explicit

sub main() ' {

    dim t as template
    for each t in templates
        debug.print t.name & " (" & t.path & ")"
    next t

end sub ' }
Github repository about-MS-Office-object-model, path: /Word/Templates/iterate.bas

See also

Normal.dotm is the default Word template that is automatically opened when Word is started.
Word 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...', 1742060480, '52.15.73.57', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Word/Object-Model/Templates/index(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78