Via Excel VBA

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.

Installation

  1. Uninstall any existing version of the library.

  2. Install the new version by running setup.exe.

  3. Open Microsoft Excel.

  4. Ensure the 'Developer' ribbon tab is visible:

    • If it is not, enable it in Excel's options:

      1. Right-click the ribbon and select Customize the Ribbon.

      2. Check the Developer checkbox.Customize the Ribbon

  5. Open the VBA Editor:

    • Go to the Developer tab and click Visual Basic.

  6. Add a reference to the vBase library:

    • In the VBA Editor, navigate to ToolsReferences.

    • Find and select vBase.Add Reference

  7. Insert a new module:

    • In the VBA Editor, go to InsertModule.

  8. Copy and paste the sample VBA code (provided below) into the new module.

VBA Sample Stamping Code

The VBA code below demonstrates how to use the vBase library. Copy and paste it into an Excel VBA module to get started.

Verification

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.

Last updated