codes to change the name of a blockref object in vba

codes to change the name of a blockref object in vba

Anonymous
Not applicable
277 Views
2 Replies
Message 1 of 3

codes to change the name of a blockref object in vba

Anonymous
Not applicable
hi,
i tried several times,but failed.

could anybody give me the codes to change the name of a blockref object in
vba.

thanks, in advance.
0 Likes
278 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
what have you tried?

you cannot change the blockref name,
you can change the name of the blockdef
from which the blockref is created from.
"youngman" wrote in message
news:4859834@discussion.autodesk.com...
hi,
i tried several times,but failed.

could anybody give me the codes to change the name of a blockref object in
vba.

thanks, in advance.
0 Likes
Message 3 of 3

Anonymous
Not applicable
You can change the name of the block ref to that of another defined
blockdef, and that block ref will change to the other block.

"Paul Richardson" wrote in message
news:4859952@discussion.autodesk.com...
what have you tried?

you cannot change the blockref name,
you can change the name of the blockdef
from which the blockref is created from.
"youngman" wrote in message
news:4859834@discussion.autodesk.com...
hi,
i tried several times,but failed.

could anybody give me the codes to change the name of a blockref object in
vba.

thanks, in advance.
0 Likes