Hi There,

A bunch of clients asked me the same question: to build an application that can calculate some things they use for business analysis. In the past I made similair things, but always in the form of a workbook. This wokbook contained the code/subs/functions used for the application combined with userforms.

The last couple of months i really got into the add-in method (.xla/xlam), but I seem to find that this is only being used for new functions by most people.

I was wondering if its possible to ship the application to my clients as an add-in . I tried this with an old application i made in the past that also uses a lot of userforms, and it seems to work just fine.. the best part is that with the custom UI editor i can really give it a professional look since the add-in is a extra functionality that your excel always carries with it .

My question: is the add-in method also usefull for more then just a couple of new functions?

Thanks in advance!