Search results 20

Sorted from new to old.
Card image
ANmAddress_Dimensions

Detects how many dimensions an address has, This is what I call it dimensions ...

Card image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Card image
CountNumbers_inString

Returns how many numbers found inside a text

Card image
DecimalPlaces

Returns how many decimal places the number have

Card image
ANmaReplace_Occurrence

Replaces certain occurrence of a string with another inside a string. Like ...

Card image
CountRowCells

Counts how many cells with data in a row, starting from certain column until ...

Card image
CountColumnCells_2Criteria

Counts how many cells matching 2 criterias. Just like

Card image
Frequency1

Finds how many a string found inside larger string. Similar to Frequency but ...

Card image
Latest records date and count

Find how many items in table, with column DateAdded is the latest DateAdded in ...

Card image
ReadBinaryBuffer

Reads file in binary mode as blocks Starts reading from start in sequential ...

Card image
ASP Classic Page Cache

Set page to cache at certain time or force cache refresh. Something I found ...

Card image
BooleanCount

Counts how many values are True (or anything) in an array of boolean values ...

Card image
ListBox_SelectionCount

Counts how many items selected in a listbox (multi-selection listbox). Works ...

Card image
CountDuplicates

Counts how many duplicates found in a range of Excel cells. Basically how many ...

Card image
ANmaRedirect_Plus1

Function to log the redirects that happen into website It is merely used with ...

Card image
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...