Acad VBA to Edit Attr Def Tag not Assoc to Block
Hi – I’m a newbie here. I am trying to find examples of how to edit the Tag of an Attribute that is not associated to a block. My Acad files appear to have had the block exploded and all I’m left with are individual entities that are Attribute Definitions. I want to use VBA to match and replace the text in the Tag property. All the examples of Attribute modification in VBA that I've seen seem to require getting the block first, which I don’t have. Can anyone help?
Thanks!
1 Attachment(s)
Acad VBA to Edit Attr Def Tag not Assoc to Block Attachment
Thanks for the reply. Attached is a file with the text I want to change. It is the initials and date in the revision block. Ideally, I would love to be able to read the text at that certain position (via xy coord), then replace it (the dates change from dwg to dwg). For now - quick and dirty would be just to do global replaces (and do multiple replaces for different dates)
Thank you very much for any help.........