I need to modify a Function procedure, I can do it with de VBE object. But once time I have run this function, the changes made to the code don't take effect until ends the application and I don't want this, I need to recompile only this function.
How can I do this?
Other question:
I need tu run a function whose name is in a variable. For example:
MyVar = Fun1
Call MyVar
How can I do this?
Thanks for read this, and thanks for helping me:sad: