How to Declare "Dim OpenDialog As New APIDialog"

M

Mike Thomas

For some reason, as of yesterday, whenever I try to compile an mdb, the Dim
statement above generates a "User Type not Defined" error.

The same libraries are checked., so I do not see what has changed.

Which external library is APIDialog a member of?

Is there some way of declaring this so the compiler will accept it and the
code wioll run correctly?

Many thanks
Mike Thomas
 
Top