Via Excel VBA
Last updated
Last updated
The vBase Excel VBA library enables you to generate verifiable data and datasets directly from Excel's VBA environment.
The instructions below explain how to create Stamps and Collections using Excel VBA.
Uninstall any existing version of the library.
Install the new version by running setup.exe
.
Open Microsoft Excel.
Ensure the 'Developer' ribbon tab is visible:
If it is not, enable it in Excel's options:
Right-click the ribbon and select Customize the Ribbon.
Check the Developer checkbox.
Open the VBA Editor:
Go to the Developer tab and click Visual Basic.
Add a reference to the vBase library:
In the VBA Editor, navigate to Tools → References.
Find and select vBase.
Insert a new module:
In the VBA Editor, go to Insert → Module.
Copy and paste the sample VBA code (provided below) into the new module.
The VBA code below demonstrates how to use the vBase library. Copy and paste it into an Excel VBA module to get started.
Verification of Stamps and Collections inside the VBA environment is not currently supported. Please use our Python SDK or https://app.vbase.com/verify to verify the Stamps made via VBA.