You made a reference to a class (with a New or Set statement) without first defining the class.
To correct this error
-
Make sure you define the class before you reference it.
| Visual Basic Scripting Edition |
| Class not defined |
| See Also |
You made a reference to a class (with a New or Set statement) without first defining the class.
Make sure you define the class before you reference it.