I'm tweaking an old macro of mine that toggles text background on and off for selected elements. It works for text and text nodes; I want it to work for dimensions (and notes) and text in cells.
The Cells don't seem too bad - enumerate and run through the contents to modify any that are text/text nodes.
Dimensions appear to be another animal. I cannot tease out how to identify and access the text portion of the dimension. I see how to tell if there IS text, I can see how to read those text strings, but I don't know how/if I can directly modify those pieces of text.
Does anyone have any suggestions or success at this type of thing? Thank you!