Good morning to all
I have a problem with inventor VBA.
I'm writing a macro working on an assembly.
Right-clicking on each subcomponent in the assembli, it is possible to check iProperties=>Project=>Part Number. Reading through iProperties, the value is correct and readable.
How, in a VBA macro, is it possible to read the same value for each subcomponent and put it in a "string" variable?
Thanks to anyone that could help