VBA-Arrays icon indicating copy to clipboard operation
VBA-Arrays copied to clipboard

😎 Array functions that are similar JavaScript functions. Example: Push, Pop, Shift, Unshift, Sort, length, toString.

Results 2 VBA-Arrays issues
Sort by recently updated
recently updated
newest added

Hey, I was looking for some array.bas to improve my projects and this is awesome! But I use a function to sort array that I came up with a long...

ArrayPop cannot ReDim when the array is only 1 in length https://github.com/todar/VBA-Arrays/blob/38e25983daf58ad5ee9c8dbb959d1b54a53ad941/ArrayFunctions.bas#L539-L544 My solution was to check the length and use `Erase` when `ArrayLength(SourceArray) < 1` ```vba If ArrayLength(SourceArray) >...

good first issue