The information in this article applies to:
SUMMARYObject library files are available for Microsoft Excel and Microsoft Visual Basic for Applications. The files listed below are available to download from the Microsoft Download Center. For information on how to download these files, please see the "Instructions for Downloading" section later in this article. Files Available From Online Services
To Obtain these FilesThe following files are available for download from the Microsoft Download Center. Click the file names below to download the files:Frolb.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. MORE INFORMATIONVisual Basic and Microsoft Excel Object Library FilesIf your Visual Basic code in Microsoft Excel is written in a language other than English, you should always include the appropriate language object library files when you distribute your Visual Basic application, in case the recipient doesn't already have the library files. If your code calls procedures written in multiple languages, then you should include the object libraries for each of those languages. You should also include all workbooks and other object libraries that are referenced to by the application that you are distributing.Microsoft allows all registered owners of Microsoft Excel to distribute object libraries with their applications to other registered owners as necessary. The names of the object library files available from Microsoft are listed in the following table.
Determining the Location of an Object LibraryTo determine the location of an object library on your computer's hard disk, do the following:
This procedure is also useful for determining which object library files you should distribute with your application. The check box next to a referenced object library file is selected. Registering a Different Language VersionTo register a different language version of an object library file and to reference this language version in a new Visual Basic project, do the following:
For more information, see Appendix A, "Writing Code For International Use," in the Visual Basic "User's Guide" that comes with Microsoft Excel 5.0. Additional query words: 5.00c
Keywords : kbinterop xlwin |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |