Message 1 of 1
How to auto update assembly after saving linked Excel file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have linked an Excel spreadsheet in the Parameters dialog and enabled Immediate Update. Parameters show up correctly in the parameter table. When I change some parameter value in Excel and save the file Inventor correctly lightens up the update button. But I have to click it to update the model. I want Inventor to auto update after I save the Excel file. How to do it?
I have tried creating iLogic rule with a single command:
InventorVb.DocumentUpdate()
And I have added this rule to "Any Model Parameter Change" Event Trigger but to no avail.
I searched trough the forum and googled a lot but I haven't found a solution.
My current (weak) workaround is having a shortcut Ctrl + R bound to "Global update" but it is far from ideal.