Message 1 of 7
When I Insert an Exploded Block I get two copies of the Block

Not applicable
08-07-2002
10:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is driving me nuts. I use the Following:
ThisDrawing.ActiveLayout.Block.InsertBlock(ptBlkInsPoint, strBlkFileName(x), 1, 1, 1, 0).Explode
But I get TWO copies of the Block, one exploded and one not. What am I doing wrong? I have stepped through the code to watch it work and it seems to work fine, but when I change the text in the exploded portion I see a copy of the unexploded block under it.
ThisDrawing.ActiveLayout.Block.InsertBlock(ptBlkInsPoint, strBlkFileName(x), 1, 1, 1, 0).Explode
But I get TWO copies of the Block, one exploded and one not. What am I doing wrong? I have stepped through the code to watch it work and it seems to work fine, but when I change the text in the exploded portion I see a copy of the unexploded block under it.