Hopefully this is a good place for this question.
Using VBA, I need to create an AutoCAD Block on my drawing. The Block doesn't exist, thus the create part.
I need to create two columns of data (a grid so to speak). The first column is a control point number, the second column has the coordinates in it. Both should be MTEXT, I guess (I might have to have the coordinates "word wrap" to be three lines inside a box...don't know yet)
I need to have each column outlined with a line, so it looks like a grid, or an Excel table.
I don't want attributes, because the data is coming from an external database, and we don't want any manual chnages to the blocks.
So, has anybody got any clues to get me going quick on my way to Block Creation?
TIA
Using VBA, I need to create an AutoCAD Block on my drawing. The Block doesn't exist, thus the create part.
I need to create two columns of data (a grid so to speak). The first column is a control point number, the second column has the coordinates in it. Both should be MTEXT, I guess (I might have to have the coordinates "word wrap" to be three lines inside a box...don't know yet)
I need to have each column outlined with a line, so it looks like a grid, or an Excel table.
I don't want attributes, because the data is coming from an external database, and we don't want any manual chnages to the blocks.
So, has anybody got any clues to get me going quick on my way to Block Creation?
TIA