Maybe the problem is not concerning directly the MACRO.
I would like to assign a specific reference number to specific CATPart of .CATProduct.
In order to obtain an exel file where every components will have the reference numbers choose by me.
exel file is created by the macro.
I want the macro to give me precise numbers of references,
but do not know how to give precise numbers for individual part of product
the code of your macro is this:
Language="VBSCRIPT"
Sub CATMain()
Set productDocument1 = CATIA.ActiveDocument
Set product1...
Hi :)
I'm new here. I'm sorry if I made english mistakes.
The macro I want to create is not exactly easy to explain.
starting from a product launch the macro to the BOM.
the exel file has two sheets.
the first sheet contains the components of construction with materials, dimension ecc.
the...