Article ID: 926430 - Last Review: August 26, 2011 - Revision: 7.2 You are requested to "search Microsoft Office Online for "VBA Converters" when you try to open or save a workbook in Excel 2007 or Excel 2010
On This PageSYMPTOMSWhen you try to open a workbook in Microsoft Office Excel 2007 or Microsoft Excel 2010, you may receive the following error message: Opening the VBA project in this file requires a component that is not currently installed. This file will be opened without the VBA project. For more information, search Microsoft Office Online for "VBA converters."
When you try to save a workbook in Excel 2007 or Excel 2010 that contains a VBA project to the Microsoft Excel 5.0/95 Workbook (*.xls) file format, you receive the following error message: Saving this workbook’s VBA project in the Excel 5.0/95 file format requires a component that is not currently installed. Do you want to continue saving in this format?
CAUSEThe workbook that you are trying to open contains macros that are written on Excel 5.0/95 module sheets. When you try to save the workbook to the Excel 5.0/95 file format, Excel 2007 and Excel 2010 cannot write the Excel 5.0/95 module sheet format. These issues occur because Excel 2007 and Excel 2010 do not directly support the conversion of macros that are written by using Excel 5.0/95 VBA. RESOLUTIONThere are two steps to resolve this issue. Step 1: Obtain the VBA Converter PackThe VBA Converter Pack is not included as a part of the 2007 Microsoft Office suites or Microsoft Office 2010 suites. At the top of this article, click View and request hotfix downloads to obtain the VBA Converter Pack. After you accept the License Agreement, provide your email address and submit your request. Then, you will be able to download and install the VBA Converter Pack.Note The product that is listed in the Hotfix Request form states "Microsoft Office Excel 2007." However, the download applies to both Excel 2007 and Excel 2010. This is a limitation of the form. Note The VBA Converter Pack is available only as a 32-bit download. A 64-bit version is not available for the 64-bit version of Excel 2010. As a workaround, you must use the 32-bit version of Excel 2010 with the 32-bit VBA Converter Pack in order to open and migrate your existing files. After the code is migrated, you can then use the workbooks in the 64-bit version of Excel 2010. For more information about the VBA Converter Pack, see the "VBA Converter Information" section at the end of this article. Step 2: Migrate Excel 5.0/95 codeAfter you have installed the VBA Converter Pack, you must export each module sheet in the Visual Basic Project Explorer, remove the module sheet, and then import that module back into the workbook. When you look at the macro code in the Project Explorer, there is no visible difference between old VBA macro code and new VBA macro code. Therefore, we advise that you export all modules in the Project Explorer. Sample add-in to migrate codeA sample add-in that exports all the modules and then imports them back into the same workbook is available for download from the CodePlex site hosted by Microsoft. Follow the steps provided with the documentation of the add-in to migrate your code. XL5 Module Sheet Converter (http://fixxl5modules.codeplex.com) Manual steps to migrate codeYou can follow these steps to migrate your code without using the add-in after you have the workbook open in Excel.
MORE INFORMATIONIf you do not want to download the VBA Converter Pack, you can use Microsoft Office Excel 2003 to migrate the code. Excel 2003 was the last version of Excel that is able to read Excel 5.0/95 VBA code. You can open your workbook in Excel 2003 and then perform the manual steps that are outlined in the section Step 2: Migrate 5.0/95 code to migrate the code. A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. VBA Converter informationIf the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.You may also contact Microsoft Customer Support Services to obtain the VBA Convertor Pack. Note The VBA Converter Pack is provided free of charge. However, if you have additional questions or issues, or if you need any troubleshooting help, a separate service request will be created. The usual support costs will apply to additional support questions and issues that do not directly involve obtaining and installing the VBA Convertor Pack. Note The code that the VBA Converter Pack uses to open older file types is less secure. Therefore, opening these file types may pose a risk to you. Please be sure of the file's origin before you open the file.
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top