Search results 51

Card image cap
Range2ANStr

Converts sheet range to ANString, can work on any continued range, 1 or 2 ...

Card image cap
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

Card image cap
DBTables

Returns an array of all table names in a database. needs valid OLE database ...

Card image cap
BooleanCount

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

Card image cap
Subtotal_Indirects

Finds the SUM, COUNT, COUNTA, etc for a range of cells referencing using ...

Card image cap
CleanArray

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

Card image cap
merge2Arrays

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

Card image cap
Execute exe embedded in Excel

Execute exe file that embed inside Excel sheet This is for experimental, not ...

Card image cap
Wrong file permissions

Fix to unable to delete file from FTP server after uploading using PHP function ...

Card image cap
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image cap
JSON-VBA

2 modules to read output of json API (or file) into parsed array of objects. ...

JSON-VBA.zip

Card image cap
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...