tags:

views:

900

answers:

2

Hi,

The title says it all I made some changes to a function in a module and then got the error. How do a debug it to find the cause?

The error occurs on the Exit function statement of the function...great hey!

Malcolm

+1  A: 

Have you checked your references and decompiled?

"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" 
                                "d:\My Documents\access\mayapp.mdb" /decompile

See also: http://www.granite.ab.ca/access/decompile.htm

Remou
A: 

I've just got this in Excel and wondered if anyone else have gotten it previously. My solution was to move around the references to my own DLL and click 'Compile <Project>'.

graham.reeds