Hello everybody and thanks upfront for any ideas that might help me doing the following:

multiple dwg files
multiple texts with the following structure SIZE-FLUID-CLASS (wildcard like *-*-*); layer, size, etc. might be different, just the structure remains.

What I want to acomplish:
1. insert an existing predefined block with attribute (name=LINE_NUMBER)
at the same location of the text and with the same orientation (0°, 90°)
2. add the text as an attribute value of the block
3. delete all the text with a wildcard structure *-*-*

At the end I should have dwg files containing same block with different attribute values. Later on I can extract and use this information.

I prefer VBA code to LISP; scripts are also good.

Thank you,