Search results 16

Sorted from new to old.
Card image
ReverseArray

Reverses order of array. In other words, the upperbound value of an input ...

Card image
NMRRank_v2021

Ranks a number among set of numbers. This is part of huge tool, we needed to ...

Card image
CleanArray

Cleans array of unwanted items This usually needed after you merge two arrays, ...

Card image
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
X-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery. From

Card image
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...

Card image
Open different Filestypes

Populate list of filetypes in Application.GetOpenFilename method. This command ...

Card image
ArrSort_2Arr

Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...

Card image
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...

Card image
IsPrime

Checks to see if a number is a primary number. Prime numbers are commonly found ...

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

Card image
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image
BrowseWorkbook + BrowseWorkbook_Save

Asks for Excel file to open, then return the full filename with path if ...

Card image
WordsCount

Counts the words in a string (using spaces)