Is it possible to run a macro that you have hidden (using the properties of the object) in code?
That is if I was to hide the macro then in the code write
docmd.runmacro "macroname that has been hidden"
would this execute or return an error?
Thanks
That is if I was to hide the macro then in the code write
docmd.runmacro "macroname that has been hidden"
would this execute or return an error?
Thanks