In my (quite complex) Excel workbook I'm using a lot of user defined functions. This works without problems.
Now I'd like to rename several of those functions, because the some of the function names chosen initially are not very good. If I rename them naively in the VBA editor, the workbook doesn't work anymore, because the names of the user defined functions in the formulas in the workbook are not renamed automatically.
I now have only two possibilities:
- leaving the function names as they are and cope with it
- renaming the functions manually in every single formula in all worksheets of my workbook.
Is there a more effective way to to rename all user defined functions in all formulas ?