I am making an excel vba program which will be distributed accross my entire organization, to people I don't even know.
I have been building it with early binding everywhere to make the code more readable, enable intellisense and easier to write.
The side effect of this is, I am not sure my program will work on another computer.
How can I write code with early binding in a way that it will run everywhere without explaining to the user how to add the references for every single computer it will run on ?