Search

Thursday, January 23, 2014

VBA failed to initialize inventor 2014

Installing Office 365 will remove VBA 7 modules and prevent Inventor 2014 from working properly

Issue

Installing Office 365 will remove VBA 7 modules from your computer, leading to the following:
  • Error messages are shown during Inventor 2014 launch
  • Unable open any document from Inventor 2014
  • Error messages are shown when executing VBA commands from AutoCAD
  • Solution

    Standalone:
    Close Inventor session and manually install VBA7 from Inventor source media:
    64-bit 
    Install VBA7 from "3rdParty\x64\VBA\Vba7.MSI" .
    32-bit
    Install VBA7 from "3rdParty\x86\VBA\Vba7.MSI" .
    Deployment:
    64-bit
    Deploy VBA7 installer to the client from "3rdParty\x64\VBA\Vba7.MSI".
    32-bit
    Deploy VBA7 installer to the client from "3rdParty\x86\VBA\Vba7.MSI".

    No comments:

    Post a Comment