Is it possible to edit OLE object in Microstation using COM Api?

Hello,

This is primarily related to the Excel/Word COM API and Microstation's VBA. I have some embedded excel and word OLE objects, I can detect them by scanning for cells, they show up under names such as "Microsoft Excel Worksheet". Is it possible to do something like this:

Dim xlWorkbook as Excel.Workbook

Set xlWorkbook = DetectedCell.AsExcelWorkbook

I'm sure the above doesn't exist, but is there a way to attach to that object?

Thanks.

Parents Reply Children