I am fairly new to AutoCAD VBA, so please bear with me.
I have 4 / 5 existing lines of text (seperate AcadText entities, each of which I know the handles for) and would like to programatically change the text entry for each.
How can I refer to these select each entity with in VBA and change the text?
for example entity 679A says "Version 1.2" and I want to change to "Version 1.3"
Sounds so so simple, although I have just wasted an hour looking for examples on how to do this
I have 4 / 5 existing lines of text (seperate AcadText entities, each of which I know the handles for) and would like to programatically change the text entry for each.
How can I refer to these select each entity with in VBA and change the text?
for example entity 679A says "Version 1.2" and I want to change to "Version 1.3"
Sounds so so simple, although I have just wasted an hour looking for examples on how to do this