I have a drawing I am working on with a bunch of symbols made up of other symbols. I am making a report to show me all the info on the symbols. Is there any function or way of showing a field that shows what symbol a symbol is in?
For example I have 5 of symbol A and 8 of symbol B put together to make a thing. I make that thing a symbol and call it symbol Z.
I have a report that now shows all the symbols and their record format which is what I am really trying to get
Try this worksheet script. It returns the name of the parent object for each object specified in the database criteria of a database in a worksheet. If the object is on a layer rather than in a container object, the cell says "Object on Layer".
Create a new Vectrorscript by copying and pasting everything in the code block below into a new blank script.
Run the script in a worksheet by using a column header formula of =RunScript('Name you give the script goes here'). I cal