- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
entering data from the .xlsx table in the title block
Hi to all. I've been solving the problem of filling the title block with an .xls table for some time now (Thanks FINET_Laurent and Michael.Navara for their help with this). The best solution would be a function field in the title block that finds the name of the part shown on the drawing sheet in the .xls table and fills in the value for it from the corresponding column in the table. Is such solution possible?
Thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
There isn't a "function field" for title blocks as far as I know. You can either get iProperty values or use a prompted entry. Automating it like you asked would probably require a prompted entry.
Are you just using one part per sheet? If so, the simplest solution would be to save the excel values as custom iProperties.
Could you provide more info/ pictures?