I am working an a complex database.
I have created specific functions (Public <function name>() as...) whose code is stored in table fields. When some of these specific functions are needed, I read the table content, dynamically create a new module, put the function code within, make an Eval(<function name>) to get a result, and erase the dynamically created module.
My problem is that the VBA editor window is launched. Is there a way to prevent its display (by code or something else)?