Message 1 of 2
AutoCAD 2011 VBA Error: Invalid argument Tag in setting TagString
Not applicable
10-10-2010
02:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We are receving error on our VBA program under AutoCAD2011 "Invalid argument Tag in setting TagString" when writing tag string.
Our lagazy program used to store some data on a hidden layer as tag string. Now the new VBA is not accepting those lines.
Is it a bug or there is any workaround for this.
It was working without any trouble for AutoCAD 2005-2010 versions.
Example code:-
Call ThisDrawing.ModelSpace.AddAttribute(2, acAttributeModeInvisible, "oNotes" + Chr(64 + i), InsertionPoint, Me.lsbXnotes.list(i - 1), "")
Thanks in Adv.
Regards,
Shijith