Error Message on Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could anybody tell me what this error message means?

Run Time Error '432'
File Name or Class Name not found during automation operation.


Any help would be great thanks.
 
The GetObject function requires either a valid file name with a path
specification, or the name of a class that is registered with the system.
This error has the following cause and solution:

· The name specified for file name or class in a call to the GetObject
function could not be found.

Check the names and try again. Make sure the name used for the class
parameter matches that registered with the system.

For additional information, select the item in question and press F1.
 
I forgot to mention that a description for run time errors can be found in
the help section. Just search for the number itself ie. 432
 
Back
Top