Created by Javier Ramirez on 06/26/2006. Modified: 06/26/2006 08:51 AM

Message

Named product object does not exist

Synopsis

This is a run-time error message which is prompted when a class method is called without specifying the class object.

Ex. set doc = .CreateDocument

In this case I forgot to specify 'db'as such: set doc = db.CreateDocument.

Solutions

This error can occur when using a Dir$ command to search for a file in a directory where you do not have access. In our case, it was the "C:\Documents and Settings\Administrator" directory.

Gary Lowe on 11/21/2006 10:43 AM

Use this form to add a suggested cause or solution which you think might help.

Adding content is disabled. The spammer have won.