Message 1 of 4
Selection Sets working in VB

Not applicable
06-05-2002
09:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I don´t know if this is a normal situation:
I have a macro running in VBA that builds a collection of referenced blocks
in a drawing from a selection set. The key of each member in the collection
is the value of one attribute. Later, it uses this collection to rapidly
locate the block in the drawing, based in the value of the attribute. The
macro runs very fast with about 1000 blocks.
But, for other reasons, I have to have this macro running in VB 6. It works,
but very very slow. Is this normal?. Anyone can advise me in other way to
obtain the same result?
Luis León
Caracas, Venezuela
I have a macro running in VBA that builds a collection of referenced blocks
in a drawing from a selection set. The key of each member in the collection
is the value of one attribute. Later, it uses this collection to rapidly
locate the block in the drawing, based in the value of the attribute. The
macro runs very fast with about 1000 blocks.
But, for other reasons, I have to have this macro running in VB 6. It works,
but very very slow. Is this normal?. Anyone can advise me in other way to
obtain the same result?
Luis León
Caracas, Venezuela