How do you run a VBA module from a macro? I tried the OpenModule action, but all it did was to open the module. I had thought this would run it since OpenQuery runs the query, not just opens it. Any help would be appreciated.
It has to be a public function and not a sub for it to show up in the list. Just change it from a sub to a function. (and by the way a function is a procedure too, just not a sub procedure.