I’ve written a couple of simple functions that I need to use in Excel spreadsheets to transform some text into a specific format that we use. The function works well, I created a module, coded the vba, tested it and all is good.
The next question is, how do I make this function available in the default workbook? Everytime a .xlsx (or .xls) is opened or a new workbook is created I need it to be available. An add-in seems like a lot of effort, it’s a total of three functions accross maybe 150 lines of code and will just be used on three machines. It would need to work under Excel 2007, 20003, and 2002.
I’m looking for a really easy solution if one exists. Any help would be greatly appreciated…