Message 1 of 2
AutoCAD VBA to insert blocks by getting coordinates (Columns B and C) and block names (Column A) from excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all. I am new to this forum. I am currently working on a drawing that has a lot of blocks to be placed at specific coordinates that are listed in an excel file. I also have the block names procided in Column A of the excel sheet. With the X coordinate in COlumn B and Y coordinate in Column C, can someone help me generate an autocad vba code to place these blocks at their respective coordintes in my active drawing?