Message 1 of 3
AttSync command in VBA, tried every thing else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I tried various combinations of Attribute.Update AttributeReference.Update and Block.update and blockreference.updat... but no matter how what I try... the block reference I am wanting to modify doesn't update to agree with the block definition... alas... I am forced to snag the attribute values, delete the bad block and re-insert with the same attribute values... or to use:
ThisDrawing.Sendcommand 'attsync' blockname and carriage return.
Isn't there a way to do this without using AttSync command?
ThisDrawing.Sendcommand 'attsync' blockname and carriage return.
Isn't there a way to do this without using AttSync command?