This may seem a little odd and I have never done anything like this so I hope someone could help me here.

I have an app that has some subs stored in a module. The problem is that I have to adjust these subs from time to time but I don't want to prompt the user to install a whole upgrade every time I make changes to a few lines of code in the sub.

What I would like to do is simply take these subs and compile them into a dll or anything else that works and have them loaded when the app runs. I have at least 13 reasons to need this,,,

Is anything like this possible without creating a ton of complicated code? If yes, HOW? could I do this or something similar?