run code missing function name

L

Lee Hunter

I have created a macro and a function. When I enter the RunCode instruction
in the macro and use the expression builder to locate the function, I find
the function within the DB name rather than under Built-In Functions, as I
should. The function name is in the 2nd of the the three boxes and the third
box is empty. Therefore, I can not paste the function name into the
expression.

When I try to enter the name directly in the RunCode dialog box, at
execution the error says it can't find the function.

Would someone please explain what I'm doing wrong.

Thanks for your help,
Lee
 
L

Lee Hunter

I deleted "Private" from the function declaration and got it to show up in
the third box. It is selected during the build of the expression, but
execution still says it can't find the function.
 
L

Lee Hunter

I'm thimking it's better if you can actuallu see what I did, so here goes:

Run Code
Function Name Due()

Function Due()
 
L

Lee Hunter

Solved.

For those of you runnning into this, the answer is
Function Name "Due()"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top