Learn how to add dimensions in AutoCAD directly from Excel. The AddDimAligned method is used within a loop so as to draw the necessary dimensions. The VBA code uses late binding, so no reference to external AutoCAD library is required.

​Read Article

Learn how you to send several commands in AutoCAD, straight from Excel. Draw something by mimicking AutoCAD workflow. The SendCommand is used here as a “hack” due to the AutoCAD’s incomplete VBA object model.

​Read Article

Learn how to insert blocks in AutoCAD directly from Excel. AutoCAD’s InsertBlock method does the work, along with a loop. The VBA code uses late binding, so no reference to external AutoCAD library is required.

​Read Article

By using the AddPoitnt method, it is possible to draw several points in an AutoCAD drawing straight from Excel. How? This cross-application VBA code can show you the way.

​Read Article

Do you want to add custom text in AutoCAD straight from Excel? If yes, then this VBA code will help you achieve this. You can also adjust the alignment, the rotation angle, the width factor and the color of the inserted text.

​Read Article

Can you draw circles n AutoCAD from Excel? Well, yes, and this VBA code will show how to create an Olympic Games logo look-alike in AutoCAD with a click of a button.

​Read Article

Discover two manual and one fully automated way to count blocks in AutoCAD. This free VBA add-in can export the results directly to an Excel spreadsheet.

​Read Article

Learn how to create a 3D polyline in AutoCAD using Excel VBA. The AddExtrudedSolidAlongPath method allows automating the process.

​Read Article