How Can I Prevent The Suggestion of Custom VBA Functions When Writing Formulas in Excel?
问题 I am writing a range of VBA functions / subs that can be reused in a number of projects. The issue I have is that these functions are listed in the suggested formula functions when using sheets. Making the functions private will prevent this, but what it will also do is remove the handy hints showing the parameters for the functions when called from a module other than where the function is stored. Does anyone know of a way to prevent the suggestion of custom functions without making them