Hi all!
I've been trying for months to make a macro read a nomenclature on a plan.
I'm not a VBA expert at all unfortunately, so I use AI to try a lot of things. But I notice that no matter how many macros are generated, it is obviously impossible to read a BOM placed on a plane via Insertion>Table>Nomenclature.
So I would like to appeal to VBA fans of this forum, to find out if anyone has managed to do it or if it is really impossible.
In order to understand my need a little better, here is my final goal:

In this image, we can see a bill of materials for an assembly of parts. I would like to be able to retrieve the data from the REP and QTY columns in order to send them as custom ownership of certain parts.

Currently, in our BOM template, we have two hidden columns that we fill in by hand so that the properties named MARK and QTE are created/filled in the properties of the part(s) concerned. I will spare you the conditions for whether or not these properties are met.

The goal will then be to be able to retrieve them via a specific basemap for our workpieces.
So, do you think a macro can do this?
Thank you in advance for your answers.