Is there a way to delete geometric constraints after exploding (.explode method, not from the command line) a dynamic block? After tons of hours working on this solution I can't get it to work. If I run the macro from the VBA IDE everything works fine, but as soon as I type REGEN or I Save, the exploded dynamic block is all messed up, I suspect because of the constraints. If I run the macro from a userform, the drawing is messed up as well, without even entering REGEN (I've also set the REGEN AUTO to OFF, which wouldn't make a change).
Any ideas? By the way, I'm not using the ThisDrawing.SendCommand command in my macro.