-
1
- #1
I have created an excel workbook which would create a copy of a given AutoCAD file (drawing or template) with blank data. I want the data (text: for title, date, designer, etc.) to be entered and edited through Excel. There are several worksheets in Excel workbook including the Main Sheet. The data will be entered in the Main Sheet and there's a command button to start the macro. After triggering the macro, the data entered is stored in another worksheet and a drawing in AutoCAD is created with that data. Then on that sheet, the AutoCAD drawing can be edited and opened.
The problem is: If I created another file which is stored in that sheet, the link is also the same. The first data entered is also the contents of the next drawing. Is there a way to copy an AutoCAD drawing, then change its link to another cell. For example, drawing1's data should come from cell A1, then drawing2's data should come from cell A2, and so on. What should I do with the reference drawing or template's link so that when another file is created from it, the file is copied and Saved As to another filename, but the link will be different. What should be the correct macro or command to be used?
Your response will be of great help. Thank you very much in advance.
The problem is: If I created another file which is stored in that sheet, the link is also the same. The first data entered is also the contents of the next drawing. Is there a way to copy an AutoCAD drawing, then change its link to another cell. For example, drawing1's data should come from cell A1, then drawing2's data should come from cell A2, and so on. What should I do with the reference drawing or template's link so that when another file is created from it, the file is copied and Saved As to another filename, but the link will be different. What should be the correct macro or command to be used?
Your response will be of great help. Thank you very much in advance.