I've developed a userform that adds certain events to a shared calendar amongst my firm. I am looking to install it on two other systems.
I realise the easy way to do this is to simply export the .frm and .frx file and import them on the other machines, however, I am looking for a more intuitive way to do this. For example, if I were to ever change the code on the userform this needs to be replicated on the other machines. This would become tedious very quickly if the other users have to import the new file each time.
I've done this type of thing in Excel before by exporting modules to a temporary .bas file and then re-importing it where necessary.
I have read that the only way to do this in Outlook is through developing a COM addin. Firstly, is that definitely the only way this type of thing is possible? And secondly, if so, how would I go about doing this. I've read a lot of articles but there appears to be a lot of assumed knowledge.