XL5: Excel and Visual Basic Library Files (.OLB) AvailableLast reviewed: September 2, 1997Article ID: Q122889 |
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 Software Library (MSL). For information on how to download these files, please see the "Instructions for Downloading" section later in this article.
Files Available From Online Services
Item ID File name Description ----------------------------------------- S15096 FROLB.EXE French S15098 GROLB.EXE German S15117 ITOLB.EXE Italian S15099 BROLB.EXE Portuguese (Brazil) S15097 SPOLB.EXE Spanish S15118 SVOLB.EXE Swedish To Obtain these FilesThe following file(s) are available for download from the Microsoft Software Library:
~ FROLB.EXE (size: 136335 bytes) ~ GROLB.EXE (size: 136504 bytes) ~ ITOLB.EXE (size: 135273 bytes) ~ BROLB.EXE (size: 135348 bytes) ~ SPOLB.EXE (size: 136310 bytes) ~ SVOLB.EXE (size: 132938 bytes)For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q119591 TITLE : How to Obtain Microsoft Support Files from Online Services MORE INFORMATION
Visual 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.
Microsoft Excel Visual Basic for for Windows Applications Language object library file object library file ------------------------------------------------------ French XLFR50.OLB VBAFR.OLB German XLDE50.OLB VBADE.OLB Italian XLIT50.OLB VBAIT.OLB Portuguese XLPTB50.OLB VBAPTB.OLB (Brazil) Spanish XLES50.OLB VBAES.OLB Swedish XLSV50.OLB VBASV.OLB 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.00 5.00c
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |