Error Diagnosis - Where is the error?

J

Jim Shaw

When I save my form I get this kind of message:

"The expression On Click you entered as the event property
setting produced the following error:User-defined type not
defined."

I have many, many "On Click" events coded in VBA. How can
I find the one in trouble?

I've scanned my code and can't find any undefined user
types.

Thabnks

-Jim
 
J

Jim Shaw

I figured it out myself.
Use: Debug.TestCompile :cool:
Takes you right to the problem.

Thanks anyhow
-Jim
 

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