I have done a fair amount of VBA coding, primarily in MS Word. I have never done really any coding other than VBA. I am now trying to deploy a VBA macro to my colleagues to install on MS Outlook (365 desktop client). I would like to add a button to the home ribbon that calls the macro, nothing more. I do not want to overwrite the users' officeUI customizations. I understand this can't be done without an add-in.
I don't want to make a new web-based Office Add In because it is very unnecessary to create a server to host this single button. How can I do this?
I have tried creating a web-based Office Add In, but when I got to hosting I determined it was not going to work. I started the process of a VSTO add in but quickly became confused.