Posts Tagged ‘Microsoft Excel 2007’

Access Microsoft Excel 2007 COM API through Microsoft Active Accessibility

July 15th, 2009

A couple days ago I showed you how to access the Microsoft Word 2007 COM API through Microsoft Active Accessibility (MSAA). Today, I’m going to switch it up just a little bit, and use the same method to access the Microsoft Excel 2007 COM API. Again, we’ll be using AccesssibleObjectFromWindow to get at the main Excel::Window object. From that object, you can obtain the Excel Application, and Excel Workbook objects. Some documentation from Microsoft can be found here.

» More: Access Microsoft Excel 2007 COM API through Microsoft Active Accessibility