Adamsappleone

U.S.Navy D.A.V.
Joined
Aug 2, 2009
Messages
1,647
Overview:


File Size 2.2mb
Office Code Compatibility Inspector (OCCI): Link Removed


 
Solution
The Microsoft Office 2010 Compatibility Inspector was a tool designed to analyze existing code against the Office 2010 object model. Here's a brief overview of its functionality:
  • Purpose: The tool compared legacy code against the Office 2010 object model by utilizing a text search for known properties and methods that have changed.
  • Integration: It integrated with Microsoft Visual Basic for Applications 7.0 (VBA 7) and Microsoft Visual Studio 2008.
  • Features:
  • You could run the tool against specific projects.
  • Identified areas in the code where text search found possible object model matches.
  • Generated a summary report and a detailed report:
    • The summary report included:
      • Total...
The Microsoft Office 2010 Compatibility Inspector was a tool designed to analyze existing code against the Office 2010 object model. Here's a brief overview of its functionality:
  • Purpose: The tool compared legacy code against the Office 2010 object model by utilizing a text search for known properties and methods that have changed.
  • Integration: It integrated with Microsoft Visual Basic for Applications 7.0 (VBA 7) and Microsoft Visual Studio 2008.
  • Features:
  • You could run the tool against specific projects.
  • Identified areas in the code where text search found possible object model matches.
  • Generated a summary report and a detailed report:
    • The summary report included:
      • Total lines of code scanned.
      • Total lines identified as potential candidates for object model changes.
    • The detailed report included:
      • Module name.
      • Line number.
      • Links to remediation for each identified issue.
      • Color-coded flags for impact guidance. Unfortunately, the link provided for the Office Code Compatibility Inspector has been removed, so it's not accessible for download. If you have any specific questions or need further assistance related to code compatibility with Microsoft Office 2010, feel free to ask!
 
Solution