I have been running this macro for over a year and just recently received this error after running (see attached).
Sample Error Text:
ScriptingErr_1402
Executing the script batch command "CNEXT -macro mymacro.catvbs"
The syntax is unsupported.
I have not changed the code of the .catvbs macro...
I'd like to create an array of points, including their associated properties: x, y, z, (etc.), using VB. I am working on a script to create a Point class, and add the properties in as member variables of a Point object. Is this possible in VB?
Has anyone done something like this before? I have...