Message 1 of 2
Insert information from an excel cell to an autocad multileader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone!
I would like to figure out any lisp routine or any way to solve this workflow
Having an existing excel file, extract the information and have it available in autocad to add it to multileaders (maybe through custom fields that will be automatically updated if there is any change in the excel file).
To set an example, if this is my excel file
@1 | concrete |
@2 | steel |
@3 | floor |
@4 | window |
I would like to go to autocad, write "@1" and get the value "concrete".
Also if later on, the value "concrete" changes to "concrete HA-25" it would be great to automatically update that information on fairly easy way.
Thank you very much in advance, I believe is not an easy task, but it would save us a lot of hours in my company.