i'm using the following code to get attribute data:
varAttributes = BlkRefObj.GetAttributes
then using i in a loop:
tag=(varAttributes(i).TagString)
value=(varAttributes(i).TextString)
this works fine for most attributes, but there is a least 1 attribute in a title block that the .textstring...
is there away to work with page setups?
i mean, is there a PageSetup object or PageSetups collection?
i don't see anything like that in the object model, but maybe its undocumented or something.
i'm trying to something that should be simple, one of the first things that needs to happen is the...
i created a listbox on a form but i am not able to do anything with it - code such as NameForm.ListBox1.AddItem "8000"
generates a "method or data member not found error"
when i type "me." LISTBOX1 does NOT show up in the properties/methods drop down list.
i'm not...