Search results 295

Sorted from new to old.
Card image
CopyDynamicRangeValue

Copy values from range to cell. Without using clipboard of course. Here the ...

Card image
Total14Round

Round time to Hours:Minutes format regardless of number of days Like in 80:40. ...

Card image
Zoomed iframe

Show iframe zoomed or in scale Thanks to

Card image
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image
Between_HTMLtag

Returns the full text found between HTML tag open and close by either and index ...

Card image
Range22DimArray

Imports a range into 2-dimension array. Returns the array, providing range, ...

Card image
NumberEnding

Add st, nd, rd or th to end of number, can be used for dates also

Card image
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...

Card image
ReadBinaryBuffer

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

Card image
ReadBinaryChunk

Reads certain chunk of a file in binary. Used with large files (like ~7gb ...

Card image
ArrSort_5Arr and ArrSort_7Arr

2 functions to sort 5 Arrays or 7 Arrays respectively.

Card image
ArrSort_4Arr

Sort 4 1-dimension arrays Actually sort 1st array (arrShort) based on values ...

Card image
ImportCSVs - 1st AI Code

Imports multiple CSVs found in a folder into worksheets of active workbook ...

Card image
Range2Block

Concatenate all rows found in a range starting A1Cell for Columns_To columns ...

Card image
Range_Add_or_Subtract

Adds an amount (or subtract) from a range of cells in one click Similar to

Card image
UnixDateTimeNumber

Calculates Unix date/time number of a given date/time. Needed it to pass ...