I have a userform in an add-in (which is loaded), when I try and call it from an excel sheet, I get the following error "Variable not defined"
The code in the userform is all private subs.
Similarly when calling a public sub from the add-in such as;
I get the error "Sub or Function not defined".
How should I be doing this?