I have several modules in my Access 2013 database, which include public subs and functions. However they don't show up in the Run Macro list, and I can't call them if I build a macro with a RunMacro or RunCode command. I have security settings to allow for all macros.
Is there any additional step other than declaring your functions/subs as public in order to run them outside of the VBA window?