How'd it go 42?
Sorry I havn't got back to you earlier. Been pretty busy lately &
no internet connection at work.

hence why I have been a bit on the quite side.
been a bit side tracked so haven't got back to it.
The method I was doing
(using lisp) was to select an attribute & from that selection
obtain the block name and the attribute tag. From there loop through the
the drawing table for each said block and add your addition to the value
of selected attribute. Including dialog box for ease of use.
(if that all makes sense) The objective was so it could be used on any block with any attribute, that way it may have many uses in the future

trying to think ahead really
However I did hit a little snag, a major mental block.
I had 2 versions 1 would select the block and loop through finding all attributes. This was no good as I wanted it to be specific to the selected attribute.
The 2nd I could select the attribute and obtain tag & value, this was good but for some dumb reason I couldn't find the block name
using nentsel for this but the assoc value 0 would return "insert" obviously
rather than the blockname if entsel was used.
I should do the VBA version. It would be a very similar program to the one I did for Daron (gatte.dvb)