News

This Module is a list of functions that I use to make working with arrays in VBA easier. I will continue to add more functions to this Module. Tested in Windows Excel 2016, but should work with Excel ...
Working on arrays with vba is bit difficult as there is no proper array methods for array manipulation. Use this vba class to easily work on vba array. To get started import VBAArray.cls file to your ...
To check if a value exists in an array, we can loop through its elements. However there is another solution! You can use the INDEX () function, native to Excel and in the case of two-dimensional ...
Microsoft Excel is a powerful tool that can be used for data manipulation. To make the most of the software, you need to use VBA. Visual Basic for Applications, or VBA, allows Excel users to create ...
Note: You cannot use the asterisk with _TEMPORARY_ arrays. An array definition is in effect only for the duration of the DATA step. If you want to use the same array in several DATA steps, you must ...