-
1
- #1
I get the error "CNEXT - CATScriptErrorMessages - ScriptingERR_1002" even for a simple program like
Sub CATMain()
Dim CATProdDoc As ProductDocument
End Sub
I saved the above code as example.catvbs. If I save it as CATScript the program runs fine. I get errors for any Declarations. Above is one example.
Looks like I am missing some basic information.
Sub CATMain()
Dim CATProdDoc As ProductDocument
End Sub
I saved the above code as example.catvbs. If I save it as CATScript the program runs fine. I get errors for any Declarations. Above is one example.
Looks like I am missing some basic information.