VBA Objects in Excel 2010, Excel 2007 and Excel 2003
15.02.2010
In my previous post „Excel VBA Type Library Scanner“, I had presented my application for scanning and parsing type libraries. However, my application needs the TLI Library „TlbInf32.dll“ to be installed and registered on the system where my application will run. For those people who do not want to install the TLI Library or have not access to it, I have now scanned the Excel 2010, 2007 and 2003 VBA Libraries on my system and exported the results to a separate workbook. You will find the download link for this file at the end of this article.
You will find in this workbook following worksheets:
- Compare.Full
This sheet compares all objects, methods, events, properties and constants found in Excel 2010, 2007 and 2003. - Compare.Objects
This sheet only lists all objects of the different Excel versions and compares the objects from 2010 with the previous versions. - Compare.Properties
This sheet compares only the properties in the different versions. - Compare.Methods
This sheet compares only the methods and events. - Compare.Constants
This sheet compares the constants found after the scan. - 2010, 2007 und 2003
These sheets are containing the scan results for each version of Excel (2010, 2007 and 2003). The arguments for the methods and events have also been scanned.
Blog
News






