# VBA-Better-Array **Repository Path**: fanbal/VBA-Better-Array ## Basic Information - **Project Name**: VBA-Better-Array - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-10 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![VBA Better Array](https://raw.githubusercontent.com/Senipah/VBA-Better-Array/master/docs/assets/img/logo.png) [![GitHub](https://img.shields.io/github/license/Senipah/VBA-Better-Array?style=plastic)](https://github.com/Senipah/VBA-Better-Array/blob/master/LICENSE) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Senipah/VBA-Better-Array?display_name=tag&style=plastic)](https://github.com/Senipah/VBA-Better-Array/releases/latest) ### 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](https://senipah.github.io/VBA-Better-Array/api/methods/Sort.html), [slice](https://senipah.github.io/VBA-Better-Array/api/methods/Slice.html) and [splice](https://senipah.github.io/VBA-Better-Array/api/methods/Splice.html) your data ([and much more](https://senipah.github.io/VBA-Better-Array/api/methods/)). ## Documentation [READ THE DOCS](https://senipah.github.io/VBA-Better-Array/) 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](https://github.com/Senipah/VBA-Better-Array/raw/master/releases/latest/Standalone.Zip) Download this if you want the BetterArray class *and* the unit tests. **Note:** unit tests depend on [Rubberduck VBA](https://github.com/rubberduck-vba/Rubberduck) as the test runner.|[With Tests](https://github.com/Senipah/VBA-Better-Array/raw/master/releases/latest/WithTests.Zip) Refer to the [installation documentation](https://senipah.github.io/VBA-Better-Array/home/installation.html) for more information. ## Contributing Please refer to the process outlined in the [Contributing](https://senipah.github.io/VBA-Better-Array/contributing.html) 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](LICENSE) for details.