Hello!
I'm trying to create a range query that returns the value of certain object data. For example, if the criteria is met, I would like the return value to be the value of CIRCUIT@CIRCUIT for any and all objects in the drawing. Is this possible? Thanks in advance!
Oh, and I forgot to mention: this is all being done in VBA. I've thought about trying to extract the object data into a variable and possibly manipulating it that way, but I'm not sure how to extract the object data like that.