VBA Macro: import points into Autocad from a csv file


Well, sometimes, we just want to import survey and other types of point data into AutoCAD. Here we compiled a piece of simple VBA code, called Point Importer.
Visit www.geologier.com/software for the download information. 





1. To prepare the file (.csv) into four col.s as ID, X, Y and Z (or ID, Easting, Northing, Elevation).
2. In AutoCAD (test with AutoCAD 2013), load the .dvb from load application, and then run the macro. Select the UIloader
3. When the interface shows, make adjustment to the symbol size, label size, and the layers' name.
4. Then, click import, and wait for a few seconds allowing the program to work it out.

No comments:

Post a Comment