i am currently using a vba program that copies all the text from an autocad 2002 drawing and then places it into an excel spreadsheet. i used to use a lisp program to do this, but it mysteriously stopped working one day..
regardless, with the help of someone on this forum i got my vba to work, but i forgot that i need to explode everything 3 times before all the dimensions will be selected and copied to the excel spreadsheet as well, which is a crucial part of my process.
to do this with lisp i also had to set my qaflags to 0 or 1, i can't rememeber.
i guess my question is how do you explode everything in a drawing using vba, and how do you manipulate the qaflags in autocad with vba.
thanks.
regardless, with the help of someone on this forum i got my vba to work, but i forgot that i need to explode everything 3 times before all the dimensions will be selected and copied to the excel spreadsheet as well, which is a crucial part of my process.
to do this with lisp i also had to set my qaflags to 0 or 1, i can't rememeber.
i guess my question is how do you explode everything in a drawing using vba, and how do you manipulate the qaflags in autocad with vba.
thanks.