COM Library Overview
Last updated
Last updated
This library allows you to create vBase datasets and add records to them.
Data fetching and preparation must be handled on the VBA side by the end user. The library does not implement any data-fetching capabilities from Excel sheets or other sources.
Uninstall the library if it is already installed on your machine.
Install the new version using the setup.exe
in the vBase COM Setup Files
.
Run Microsoft Excel.
Ensure that the 'Developer' ribbon tab is visible. If it is not, enable it in the Excel options:
Right-click on the ribbon and select 'Customize the Ribbon'.
Check the 'Developer' checkbox in the ribbon tabs tree.
Go to the Developer ribbon tab and click on the 'Visual Basic' button.
In Microsoft Visual Basic for Applications, add a reference to the library: Tools -> References -> find vBase.
The VBA code below demonstrates how to use the library: