Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 2.26 KB

README.md

File metadata and controls

30 lines (17 loc) · 2.26 KB

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. Note: unit tests depend on Rubberduck VBA as the test runner. 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.