I am getting a baffling error in a program I am working on. It is not the error itself but when it is occurring.

The error I am getting is “Object doesn’t support property or method.” And I get an OK or Help option….If I press OK the program continues on normally.

It is not a run-time error that can be debugged or even trapped it seems to be a VB error. The problem is it happens at random times and in no set pattern…when I break into code (ctrl-break) all the objects are set to valid properties and are using valid methods. I am at a loss.

Is there anyway to suppress this message? I have tried on error resume next statements to no avail….any suggestions?