lccuserone
Technical User
Hi,
I am writing a VBA routine to explode certain types of blocks in a drawing. I have got it working fine as long as the blocks have a rotation of 0, but if tey are at any other rotation (which is the majority of them) using
"Block.Explode" (where Block is the variable block object)causes a VBA error.
I am new to the world of AutoCAD VBA but am finding it very useful in devoloping routines to speed up meanial time consuming tasks. If anyone can help this would be much appreciated, thanks.
I am writing a VBA routine to explode certain types of blocks in a drawing. I have got it working fine as long as the blocks have a rotation of 0, but if tey are at any other rotation (which is the majority of them) using
"Block.Explode" (where Block is the variable block object)causes a VBA error.
I am new to the world of AutoCAD VBA but am finding it very useful in devoloping routines to speed up meanial time consuming tasks. If anyone can help this would be much appreciated, thanks.