kcimos
Civil/Environmental
- Sep 12, 2003
- 4
i created a listbox on a form but i am not able to do anything with it - code such as
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 having any problems with my combobox using similar code.
does ACAD VBA not recognize listboxes even though i can add 1 to a form?
any advice?
Code:
NameForm.ListBox1.AddItem "8000"
when i type "me." LISTBOX1 does NOT show up in the properties/methods drop down list.
i'm not having any problems with my combobox using similar code.
does ACAD VBA not recognize listboxes even though i can add 1 to a form?
any advice?