Message 1 of 5
VBA causes entity to display

Not applicable
06-14-2006
06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using 2004 we have a file from out of the office that has AecDbCeilingGrid entities. All but one of these entities does not display and is resistant to any our our normal techniques. However, running many of our VBA routines results in the entity being visible on the next regen. In fact any simple VBA that generates an error requiring a VBA reset results in the entity displayed on the next regen. For example when running:
Sub test()
aaa
End Sub
the aaa generates an error. After resetting a regen shows the entity.
So what is going on here?
Thanks, AKS
Sub test()
aaa
End Sub
the aaa generates an error. After resetting a regen shows the entity.
So what is going on here?
Thanks, AKS