Project Awesome project awesome

Data Structures > Better array

An array class providing features found in more modern languages.

Package 125 stars GitHub

VBA Better Array

GitHub GitHub release (latest by date)

A VBA class providing a more flexible and user-friendly Array.

VBA-Better-Array is a cross-platform and dependency-free VBA class which enables you to easily sort, slice and splice your data (and much more).

Documentation

READ THE DOCS for information on how to get started with VBA Better Array.

Installation

Click one of the below download links to download the latest BetterArray release. Both are .zip archives. The standalone archive just contains the BetterArray.cls file.

Description Download link
Download this if you just want the BetterArray class. Most people should choose this option. Standalone
Download this if you want the BetterArray class and the unit tests. This archive includes the full test modules and runner scripts. With Tests

Refer to the installation documentation for more information.

Contributing

Please refer to the process outlined in the Contributing page of the documentation site for instructions on how to contribute to this project.

License

This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.

Back to VBA