PDA

View Full Version : VBA program to pick an attribute in a multi attribute block



muck
5th Dec 2010, 05:38 pm
Using AutoCAD 2010 vba.

Is it possable to pick an attribute within a multiattribute block and get its tag name?
A way to use a mouse to pick the actural attribute to get the attribute name?
Thank you,

SEANT
6th Dec 2010, 12:22 pm
See if the routine posted in this thread is any help:

http://www.cadtutor.net/forum/showthread.php?33257

SEANT
6th Dec 2010, 12:59 pm
Actually, in that example routine you may want to change the line to:

strText = entAtt.TagString

muck
22nd Dec 2010, 01:46 pm
So how would strText=entAtt.TagString be set up in code to get a choosen attribute?
Thank you,