Message 1 of 3
Automating Field Updates in AutoCAD with VBA and Excel: Offline File Updates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, how are you?
I am creating a parameterization with Excel (VBA) and AutoCAD, in which in AutoCAD I have "Fields" linked with VBA. In the Files column, the location of the AutoCAD file is entered and in the columns next to it, the data for each linked Field is entered, as in the attached image. However, for this to occur, the AutoCAD files need to be open for the change to be completed. However, I would like to make these changes with AutoCAD closed, so that I can make the changes and they are saved in the files without having to open them. I would like to know if this is possible to do with just VBA.