.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Open Linked OLE Spreadseet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have managed to read the OleFrame object and get the path to the excel spreadsheet.
I can programatically open that spreasdsheet by using the Excel.Openworkbook method, update, save and close but it does not update the data in the linked OLE object in the AutoCAD drawing until I close and reopen the drawing or open the OLELINKS dialog box and select [Update Now]. It is set to automatically update.
If I right click on the Ole object and open the spreadsheet from the menu, and edit it then the changes are reflected in the Ole object in AutoCAD. I cannot see a method to open the linked object, or the equivalent of the Update Now in the API. Any ideas?
Re: Open Linked OLE Spreadseet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I AM HAVING THE SAME ISSUES.....
Re: Open Linked OLE Spreadseet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It has been reported to AutoDesk support, who have made a request for a change, but I don't know in practical terms what that means, except I don't imagine there will be a quick fix. At the end of my routine I just issue
SendStringToExecute("OLELINKS ", True, False, False)

