New Module/Project and problems with Project References
I've started a new project/app/module which seems to have broken one of my macros in IPP 9.2. I copied the macro code from a working macro in a different project, and copy/pasted the code into the new module2.vb file.
I'm having trouble with getting the macro to run in the new project/app/module, it's throwing an error; "expecting a var name" at character 50 on the following line, which is the open parenthesis before Incremental measurement;
With Measure.MeasurementsCommands.Options(Incremental_measurement) .IncrementalDistance.AutoAngle = False .IncrementalDistance.Angle = 90R .Run(doc1)
Is there a way to determine if I'm missing references or determine which references need to be active for this code to work?
Thanks for taking a look,
-Mike
0
Comments