Message 1 of 6
Place embedded spreadsheet on drawing as window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am embedding a spreadsheet on my drawing using iLogic. It embeds no problem:
Dim oDrawingDoc As DrawingDocument = ThisApplication.ActiveDocument Dim oNewExcelSheet As Object = oDrawingDoc.ReferencedOLEFileDescriptors.Add("C:\TEMP\InventorCalcs\Calc21.xlsx", 3330)
Just a niggle, it appears in the model browser which is good. However, we like to have the sheet as an linked window placed to the right of the sheet. This is the default option when you do it in the UI. How do I get the window on my sheet?
Thanks,
Harvey