How to script Excel 2013's Spreadsheet Compare?
I'm trying to incorporate the fancy new Spreadsheet Compare function from Excel 2013's Inquire Add-in, into a VBA script. The plan is to have a macro to automate comparison between two spreadsheets with predefined names, and to export all the differences as a new spreadsheet. Without success, to date. Here's what I've tried so far: Normally, to learn how to automate some Excel functionality, I use Record Macro. If that fails, I look down the list of addable references, to see if I'm missing something obvious. Both of those have failed in this case. No code appeared relevant to the Spreadsheet