Forum Discussion
TreDi
Jul 27, 2020Copper Contributor
Access 2019 how to install a own add in
my intention is it to use my own vba subs an functions in all opened Databases without setting a reference. I want to use the possibility of a own add in. I renamed a database file with vba code from...
TreDi
Jul 29, 2020Copper Contributor
Thank you, but this is the way, i did. This was not the problem. In the meantime, i m one step further. The reason for the error was a bad string for the subkey in the USysRegInfo table . Now i can install and uninstall the add in in the "add in menu" and the item in the available add ins is checked. But in the result is, i see no functions (vba code) from the addin-Database in the vba-editor an the object-browser shows also nothing from the addin-database. There can i find a example for the planed way? On MS help-pages, i can't find anything to this point.
jacksonmacd
Jul 14, 2021Copper Contributor
Did you ever resolve this issue with MS Access add-ins for A2019? I am running into the same problem.
- TreDi210Jul 15, 2021Copper Contributor
no, nothing happens
- jacksonmacdJul 15, 2021Copper Contributor
TreDi210 Since posting, I found this video which clarified everything.
https://www.youtube.com/watch?v=ljV2vx_r-Bo
- TreDi210Jul 15, 2021Copper Contributorthank you, this looks fine. i'll try it.