I've been trying to get a macro to run a series of query scripts and functions. When I do the steps by hand, everything runs fine. However, I have one function that seems to go on forever when it's run from the macro. Do I need to put some memory clearing code at the end of functions? I've been ending my functions with:
set dbs = nothing
but maybe I need to do more?
Thanks for any help.
Ken
set dbs = nothing
but maybe I need to do more?
Thanks for any help.
Ken