vba - How to determine which DLL an Excel UDF is coming from? -


Is there any way to fix an Excel session, which is coming from the UDF DLL?

There is a bunch of DLLs loaded by default, I wanted to set for every UDF, where it was defined.

If UDF was not defined in DLL but via VBA, is there a way to determine which XLA or XLS was defined?

Thank you very much for taking some time to read it.

Anthony

I got the answer on the Microsoft website.

GetDLLList = Application.RegisteredFunctions End Function


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -