I have three columns of data that I would like to export into certain fields of an attribute. For example I would like the part number from the Excel form exported to the part number of the block of the drawing. I would like this to continue for as many blocks as I have rows with a number other...
I have about 700 autocad2000 drawings and I need to save them as Autocad 14 drawings, so the rest of the engineering staff can review the drawings.
What I need help with is I would like to write a VB app that when Open I can select a directory of drawings. once the directory is open when a...
The company that I work for uses old Paradox script to access the files in our Auto cad data base. The problem with that is it only opens one sheet at a time, so each time I want to open a different sheet then I need to run the Paradox routine again. If I bypass this and just use the Autocad...
borgunit
No. I’m afraid I didn’t explain it very well the first time maybe this will help
The dir structure is like this.
F:\eng\ 435671 (The first sheet of the drawing).
The second sheet of the drawing is placed in a sub dir of eng like F:\eng\Sheet2\435671(The second sheet of the drawing)...
I'm new at Autocad and VBA and is wondering how I would make a VBA applc
The first page of the drawing t:\autocad\dwgnumber
The second page of the drawing t:\autocad\sheet1\dwgnumber
and so on.
The problem is there are so many drawings in each dir that it take so long to open.
What I would...