Error Diagnosis - Where is the error?

  • Thread starter Thread starter Jim Shaw
  • Start date Start date
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
 
I figured it out myself.
Use: Debug.TestCompile 8-)
Takes you right to the problem.

Thanks anyhow
-Jim
 
Back
Top