Search notes:

VBA: attribute name.vb_procData.vb_invoke_func

The VBA function attribute vb_ProcData.vb_invoke_func is «generated» after recording a macro (at least in Excel).
After recording a macro, giving it the name rec and assigning the keyboard shortcut ctrl+T, adding a description, the corresponding Attribute lines looks like so:
Sub rec()
Attribute rec.VB_Description = "This macro was recorded to\nreveal Attribute values."
Attribute rec.VB_ProcData.VB_Invoke_Func = "t\n14"

   …

End Sub
Note that shortcut keys that were assigned with application.onKey (Excel) are not stored with such attributes

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/developm...', 1758185546, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/VBA/attribute/vb_procData/index(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78